Html Css Color HEX #39866F Viridian

📋 copy color: '#39866F'

red 57 ◦ green 134 ◦ blue 111

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

Shades of Viridian #39866F

Tints of Viridian #39866F

RGB

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

 GREEN value IS 134 (52.73% from 255) = 44.37%

 BLUE value IS 111 (43.75% from 255) = 36.75%

R = 18.87%
G = 44.37%
B = 36.75%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.17

 K value IS 0.47

RGB Variations

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

Color information

#39866F (or 0x39866F) is known color: Viridian. HEX triplet: 39, 86 and 6F. RGB value is (57,134,111). Sum of RGB (Red+Green+Blue) = 57+134+111=302 (40% of max value = 765). Red value is 57 (22.66% from 255 or 18.87% from 302); Green value is 134 (52.73% from 255 or 44.37% from 302); Blue value is 111 (43.75% from 255 or 36.75% from 302); Max value from RGB is 134 - color contains mainly: green. Hex color #39866F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #39866F is #C67990. Grayscale: #6C6C6C. Windows color (decimal): -13007249 or 7308857. OLE color: 7308857.

HSL color Cylindrical-coordinate representation of color #39866F: hue angle of 162.08º degrees, saturation: 0.4, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #39866F is Cyan = 0.57, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.47.

Color convert

RGB 57 134 111 -
CMYK 0.57 0 0.17 0.47
HSL 162.08º 0.4% 0.37% -
HSV(B) 162.08º 0.57% 0.53% -
XYZ 13.08 19.07 18.03 -
YUV 108.36 129.49 91.37 -
System Red Green Blue C M Y K H S L
Decimal 57 134 111 0.57 0 0.17 0.47 162.08 0.4 0.37
Hex 39 86 6F 39 0 11 2F A2 28 25
Octal 71 206 157 71 0 21 57 242 50 45
Binary 111001 10000110 1101111 111001 0 10001 101111 10100010 101000 100101

Color Harmonies of #39866F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39866F

Black with #39866F

Text Example


Text Example

White with #39866F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(57,134,111); }

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

background-color css

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

 a { background-color: rgb(57,134,111); }

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

border-color css

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

 span { border-color: rgb(57,134,111); }

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