Html Css Color HEX #398475 Viridian

📋 copy color: '#398475'

red 57 ◦ green 132 ◦ blue 117

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

Shades of Viridian #398475

Tints of Viridian #398475

RGB

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

 GREEN value IS 132 (51.95% from 255) = 43.14%

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

R = 18.63%
G = 43.14%
B = 38.24%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.11

 K value IS 0.48

RGB Variations

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

Color information

#398475 (or 0x398475) is known color: Viridian. HEX triplet: 39, 84 and 75. RGB value is (57,132,117). Sum of RGB (Red+Green+Blue) = 57+132+117=306 (40% of max value = 765). Red value is 57 (22.66% from 255 or 18.63% from 306); Green value is 132 (51.95% from 255 or 43.14% from 306); Blue value is 117 (46.09% from 255 or 38.24% from 306); Max value from RGB is 132 - color contains mainly: green. Hex color #398475 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #398475 is #C67B8A. Grayscale: #6B6B6B. Windows color (decimal): -13007755 or 7701561. OLE color: 7701561.

HSL color Cylindrical-coordinate representation of color #398475: hue angle of 168º degrees, saturation: 0.4, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #398475 is Cyan = 0.57, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.48.

Color convert

RGB 57 132 117 -
CMYK 0.57 0 0.11 0.48
HSL 168º 0.4% 0.37% -
HSV(B) 168º 0.57% 0.52% -
XYZ 13.15 18.66 19.74 -
YUV 107.87 133.15 91.72 -
System Red Green Blue C M Y K H S L
Decimal 57 132 117 0.57 0 0.11 0.48 168 0.4 0.37
Hex 39 84 75 39 0 B 30 A8 28 25
Octal 71 204 165 71 0 13 60 250 50 45
Binary 111001 10000100 1110101 111001 0 1011 110000 10101000 101000 100101

Color Harmonies of #398475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #398475

Black with #398475

Text Example


Text Example

White with #398475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #398475; }

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

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

background-color css

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

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

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

border-color css

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

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

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