Html Css Color HEX #42926E Viridian

📋 copy color: '#42926E'

red 66 ◦ green 146 ◦ blue 110

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

Shades of Viridian #42926E

Tints of Viridian #42926E

RGB

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

 GREEN value IS 146 (57.42% from 255) = 45.34%

 BLUE value IS 110 (43.36% from 255) = 34.16%

R = 20.5%
G = 45.34%
B = 34.16%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.25

 K value IS 0.43

RGB Variations

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

Color information

#42926E (or 0x42926E) is known color: Viridian. HEX triplet: 42, 92 and 6E. RGB value is (66,146,110). Sum of RGB (Red+Green+Blue) = 66+146+110=322 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.50% from 322); Green value is 146 (57.42% from 255 or 45.34% from 322); Blue value is 110 (43.36% from 255 or 34.16% from 322); Max value from RGB is 146 - color contains mainly: green. Hex color #42926E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42926E is #BD6D91. Grayscale: #767676. Windows color (decimal): -12414354 or 7246402. OLE color: 7246402.

HSL color Cylindrical-coordinate representation of color #42926E: hue angle of 153º degrees, saturation: 0.38, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #42926E is Cyan = 0.55, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.43.

Color convert

RGB 66 146 110 -
CMYK 0.55 0 0.25 0.43
HSL 153º 0.38% 0.42% -
HSV(B) 153º 0.55% 0.57% -
XYZ 15.34 22.84 18.35 -
YUV 117.98 123.5 90.93 -
System Red Green Blue C M Y K H S L
Decimal 66 146 110 0.55 0 0.25 0.43 153 0.38 0.42
Hex 42 92 6E 37 0 19 2B 99 26 2A
Octal 102 222 156 67 0 31 53 231 46 52
Binary 1000010 10010010 1101110 110111 0 11001 101011 10011001 100110 101010

Color Harmonies of #42926E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42926E

Black with #42926E

Text Example


Text Example

White with #42926E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42926E; }

 p { color: rgb(66,146,110); }

 H1.HeaderClassName
 {
   color: #42926E;
 }
 .AnyTagClassName
 {
   color: #42926E;
 }
</style>

background-color css

<style>
 a { background-color: #42926E; }

 a { background-color: rgb(66,146,110); }

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

border-color css

<style>
 span { border-color: #42926E; }

 span { border-color: rgb(66,146,110); }

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