Html Css Color HEX #398F75 Viridian

📋 copy color: '#398F75'

red 57 ◦ green 143 ◦ blue 117

#398F75
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Viridian #398F75

Tints of Viridian #398F75

RGB

 RED value IS 57 (22.66% from 255) = 17.98%

 GREEN value IS 143 (56.25% from 255) = 45.11%

 BLUE value IS 117 (46.09% from 255) = 36.91%

R = 17.98%
G = 45.11%
B = 36.91%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.18

 K value IS 0.44

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#398F75 (or 0x398F75) is known color: Viridian. HEX triplet: 39, 8F and 75. RGB value is (57,143,117). Sum of RGB (Red+Green+Blue) = 57+143+117=317 (41% of max value = 765). Red value is 57 (22.66% from 255 or 17.98% from 317); Green value is 143 (56.25% from 255 or 45.11% from 317); Blue value is 117 (46.09% from 255 or 36.91% from 317); Max value from RGB is 143 - color contains mainly: green. Hex color #398F75 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #398F75 is #C6708A. Grayscale: #727272. Windows color (decimal): -13004939 or 7704377. OLE color: 7704377.

HSL color Cylindrical-coordinate representation of color #398F75: hue angle of 161.86º degrees, saturation: 0.43, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #398F75 is Cyan = 0.60, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.44.

Color convert

RGB 57 143 117 -
CMYK 0.60 0 0.18 0.44
HSL 161.86º 0.43% 0.39% -
HSV(B) 161.86º 0.6% 0.56% -
XYZ 14.72 21.8 20.26 -
YUV 114.32 129.51 87.11 -
System Red Green Blue C M Y K H S L
Decimal 57 143 117 0.60 0 0.18 0.44 161.86 0.43 0.39
Hex 39 8F 75 3C 0 12 2C A2 2B 27
Octal 71 217 165 74 0 22 54 242 53 47
Binary 111001 10001111 1110101 111100 0 10010 101100 10100010 101011 100111

Color Harmonies of #398F75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #398F75

Black with #398F75

Text Example


Text Example

White with #398F75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #398F75; }

 p { color: rgb(57,143,117); }

 H1.HeaderClassName
 {
   color: #398F75;
 }
 .AnyTagClassName
 {
   color: #398F75;
 }
</style>

background-color css

<style>
 a { background-color: #398F75; }

 a { background-color: rgb(57,143,117); }

 div.DivClassName
 {
   background-color: #398F75;
 }
 .BgClassName
 {
   background-color: #398F75;
 }
</style>

border-color css

<style>
 span { border-color: #398F75; }

 span { border-color: rgb(57,143,117); }

 td.TdClassName
 {
   border-color: #398F75;
 }
 .TagClassName
 {
   border-color: #398F75;
 }
</style>