Html Css Color HEX #42926D Viridian

📋 copy color: '#42926D'

red 66 ◦ green 146 ◦ blue 109

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

Shades of Viridian #42926D

Tints of Viridian #42926D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 33.96%

R = 20.56%
G = 45.48%
B = 33.96%

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

#42926D (or 0x42926D) is known color: Viridian. HEX triplet: 42, 92 and 6D. RGB value is (66,146,109). Sum of RGB (Red+Green+Blue) = 66+146+109=321 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.56% from 321); Green value is 146 (57.42% from 255 or 45.48% from 321); Blue value is 109 (42.97% from 255 or 33.96% from 321); Max value from RGB is 146 - color contains mainly: green. Hex color #42926D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42926D is #BD6D92. Grayscale: #757575. Windows color (decimal): -12414355 or 7180866. OLE color: 7180866.

HSL color Cylindrical-coordinate representation of color #42926D: hue angle of 152.25º 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 #42926D is Cyan = 0.55, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.43.

Color convert

RGB 66 146 109 -
CMYK 0.55 0 0.25 0.43
HSL 152.25º 0.38% 0.42% -
HSV(B) 152.25º 0.55% 0.57% -
XYZ 15.29 22.82 18.07 -
YUV 117.86 123 91.01 -
System Red Green Blue C M Y K H S L
Decimal 66 146 109 0.55 0 0.25 0.43 152.25 0.38 0.42
Hex 42 92 6D 37 0 19 2B 98 26 2A
Octal 102 222 155 67 0 31 53 230 46 52
Binary 1000010 10010010 1101101 110111 0 11001 101011 10011000 100110 101010

Color Harmonies of #42926D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42926D

Black with #42926D

Text Example


Text Example

White with #42926D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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