Html Css Color HEX #42866F Viridian

📋 copy color: '#42866F'

red 66 ◦ green 134 ◦ blue 111

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

Shades of Viridian #42866F

Tints of Viridian #42866F

RGB

 RED value IS 66 (26.17% from 255) = 21.22%

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

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

R = 21.22%
G = 43.09%
B = 35.69%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.17

 K value IS 0.47

RGB Variations

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

Color information

#42866F (or 0x42866F) is known color: Viridian. HEX triplet: 42, 86 and 6F. RGB value is (66,134,111). Sum of RGB (Red+Green+Blue) = 66+134+111=311 (41% of max value = 765). Red value is 66 (26.17% from 255 or 21.22% from 311); Green value is 134 (52.73% from 255 or 43.09% from 311); Blue value is 111 (43.75% from 255 or 35.69% from 311); Max value from RGB is 134 - color contains mainly: green. Hex color #42866F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42866F is #BD7990. Grayscale: #6F6F6F. Windows color (decimal): -12417425 or 7308866. OLE color: 7308866.

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

Color convert

RGB 66 134 111 -
CMYK 0.51 0 0.17 0.47
HSL 159.71º 0.34% 0.39% -
HSV(B) 159.71º 0.51% 0.53% -
XYZ 13.64 19.36 18.06 -
YUV 111.05 127.97 95.87 -
System Red Green Blue C M Y K H S L
Decimal 66 134 111 0.51 0 0.17 0.47 159.71 0.34 0.39
Hex 42 86 6F 33 0 11 2F A0 22 27
Octal 102 206 157 63 0 21 57 240 42 47
Binary 1000010 10000110 1101111 110011 0 10001 101111 10100000 100010 100111

Color Harmonies of #42866F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42866F

Black with #42866F

Text Example


Text Example

White with #42866F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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