Html Css Color HEX #42866B Viridian

📋 copy color: '#42866B'

red 66 ◦ green 134 ◦ blue 107

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

Shades of Viridian #42866B

Tints of Viridian #42866B

RGB

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

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

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

R = 21.5%
G = 43.65%
B = 34.85%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.20

 K value IS 0.47

RGB Variations

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

Color information

#42866B (or 0x42866B) is known color: Viridian. HEX triplet: 42, 86 and 6B. RGB value is (66,134,107). Sum of RGB (Red+Green+Blue) = 66+134+107=307 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.50% from 307); Green value is 134 (52.73% from 255 or 43.65% from 307); Blue value is 107 (42.19% from 255 or 34.85% from 307); Max value from RGB is 134 - color contains mainly: green. Hex color #42866B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42866B is #BD7994. Grayscale: #6E6E6E. Windows color (decimal): -12417429 or 7046722. OLE color: 7046722.

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

Color convert

RGB 66 134 107 -
CMYK 0.51 0 0.20 0.47
HSL 156.18º 0.34% 0.39% -
HSV(B) 156.18º 0.51% 0.53% -
XYZ 13.43 19.27 16.92 -
YUV 110.59 125.97 96.2 -
System Red Green Blue C M Y K H S L
Decimal 66 134 107 0.51 0 0.20 0.47 156.18 0.34 0.39
Hex 42 86 6B 33 0 14 2F 9C 22 27
Octal 102 206 153 63 0 24 57 234 42 47
Binary 1000010 10000110 1101011 110011 0 10100 101111 10011100 100010 100111

Color Harmonies of #42866B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42866B

Black with #42866B

Text Example


Text Example

White with #42866B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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