Html Css Color HEX #42926C Viridian

📋 copy color: '#42926C'

red 66 ◦ green 146 ◦ blue 108

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

Shades of Viridian #42926C

Tints of Viridian #42926C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 33.75%

R = 20.63%
G = 45.63%
B = 33.75%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.26

 K value IS 0.43

RGB Variations

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

Color information

#42926C (or 0x42926C) is known color: Viridian. HEX triplet: 42, 92 and 6C. RGB value is (66,146,108). Sum of RGB (Red+Green+Blue) = 66+146+108=320 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.62% from 320); Green value is 146 (57.42% from 255 or 45.62% from 320); Blue value is 108 (42.58% from 255 or 33.75% from 320); Max value from RGB is 146 - color contains mainly: green. Hex color #42926C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42926C is #BD6D93. Grayscale: #757575. Windows color (decimal): -12414356 or 7115330. OLE color: 7115330.

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

Color convert

RGB 66 146 108 -
CMYK 0.55 0 0.26 0.43
HSL 151.5º 0.38% 0.42% -
HSV(B) 151.5º 0.55% 0.57% -
XYZ 15.23 22.8 17.79 -
YUV 117.75 122.5 91.09 -
System Red Green Blue C M Y K H S L
Decimal 66 146 108 0.55 0 0.26 0.43 151.5 0.38 0.42
Hex 42 92 6C 37 0 1A 2B 98 26 2A
Octal 102 222 154 67 0 32 53 230 46 52
Binary 1000010 10010010 1101100 110111 0 11010 101011 10011000 100110 101010

Color Harmonies of #42926C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42926C

Black with #42926C

Text Example


Text Example

White with #42926C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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