Html Css Color HEX #39866B Viridian

📋 copy color: '#39866B'

red 57 ◦ green 134 ◦ blue 107

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

Shades of Viridian #39866B

Tints of Viridian #39866B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 35.91%

R = 19.13%
G = 44.97%
B = 35.91%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.20

 K value IS 0.47

RGB Variations

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

Color information

#39866B (or 0x39866B) is known color: Viridian. HEX triplet: 39, 86 and 6B. RGB value is (57,134,107). Sum of RGB (Red+Green+Blue) = 57+134+107=298 (39% of max value = 765). Red value is 57 (22.66% from 255 or 19.13% from 298); Green value is 134 (52.73% from 255 or 44.97% from 298); Blue value is 107 (42.19% from 255 or 35.91% from 298); Max value from RGB is 134 - color contains mainly: green. Hex color #39866B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #39866B is #C67994. Grayscale: #6B6B6B. Windows color (decimal): -13007253 or 7046713. OLE color: 7046713.

HSL color Cylindrical-coordinate representation of color #39866B: hue angle of 158.96º 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 #39866B is Cyan = 0.57, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.47.

Color convert

RGB 57 134 107 -
CMYK 0.57 0 0.20 0.47
HSL 158.96º 0.4% 0.37% -
HSV(B) 158.96º 0.57% 0.53% -
XYZ 12.87 18.98 16.9 -
YUV 107.9 127.49 91.7 -
System Red Green Blue C M Y K H S L
Decimal 57 134 107 0.57 0 0.20 0.47 158.96 0.4 0.37
Hex 39 86 6B 39 0 14 2F 9F 28 25
Octal 71 206 153 71 0 24 57 237 50 45
Binary 111001 10000110 1101011 111001 0 10100 101111 10011111 101000 100101

Color Harmonies of #39866B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39866B

Black with #39866B

Text Example


Text Example

White with #39866B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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