Html Css Color HEX #39755F Viridian

📋 copy color: '#39755F'

red 57 ◦ green 117 ◦ blue 95

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

Shades of Viridian #39755F

Tints of Viridian #39755F

RGB

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

 GREEN value IS 117 (46.09% from 255) = 43.49%

 BLUE value IS 95 (37.5% from 255) = 35.32%

R = 21.19%
G = 43.49%
B = 35.32%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.19

 K value IS 0.54

RGB Variations

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

Color information

#39755F (or 0x39755F) is known color: Viridian. HEX triplet: 39, 75 and 5F. RGB value is (57,117,95). Sum of RGB (Red+Green+Blue) = 57+117+95=269 (35% of max value = 765). Red value is 57 (22.66% from 255 or 21.19% from 269); Green value is 117 (46.09% from 255 or 43.49% from 269); Blue value is 95 (37.5% from 255 or 35.32% from 269); Max value from RGB is 117 - color contains mainly: green. Hex color #39755F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #39755F is #C68AA0. Grayscale: #606060. Windows color (decimal): -13011617 or 6255929. OLE color: 6255929.

HSL color Cylindrical-coordinate representation of color #39755F: hue angle of 158º degrees, saturation: 0.34, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #39755F is Cyan = 0.51, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.54.

Color convert

RGB 57 117 95 -
CMYK 0.51 0 0.19 0.54
HSL 158º 0.34% 0.34% -
HSV(B) 158º 0.51% 0.46% -
XYZ 10.11 14.42 13.08 -
YUV 96.55 127.12 99.79 -
System Red Green Blue C M Y K H S L
Decimal 57 117 95 0.51 0 0.19 0.54 158 0.34 0.34
Hex 39 75 5F 33 0 13 36 9E 22 22
Octal 71 165 137 63 0 23 66 236 42 42
Binary 111001 1110101 1011111 110011 0 10011 110110 10011110 100010 100010

Color Harmonies of #39755F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39755F

Black with #39755F

Text Example


Text Example

White with #39755F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #39755F; }

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

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

background-color css

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

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

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

border-color css

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

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

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