Html Css Color HEX #426020 Clover

📋 copy color: '#426020'

red 66 ◦ green 96 ◦ blue 32

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

Shades of Clover #426020

Tints of Clover #426020

RGB

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

 GREEN value IS 96 (37.89% from 255) = 49.48%

 BLUE value IS 32 (12.89% from 255) = 16.49%

R = 34.02%
G = 49.48%
B = 16.49%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.67

 K value IS 0.62

RGB Variations

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

Color information

#426020 (or 0x426020) is known color: Clover. HEX triplet: 42, 60 and 20. RGB value is (66,96,32). Sum of RGB (Red+Green+Blue) = 66+96+32=194 (25% of max value = 765). Red value is 66 (26.17% from 255 or 34.02% from 194); Green value is 96 (37.89% from 255 or 49.48% from 194); Blue value is 32 (12.89% from 255 or 16.49% from 194); Max value from RGB is 96 - color contains mainly: green. Hex color #426020 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #426020 is #BD9FDF. Grayscale: #4F4F4F. Windows color (decimal): -12427232 or 2121794. OLE color: 2121794.

HSL color Cylindrical-coordinate representation of color #426020: hue angle of 88.12º degrees, saturation: 0.5, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #426020 is Cyan = 0.31, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.62.

Color convert

RGB 66 96 32 -
CMYK 0.31 0 0.67 0.62
HSL 88.13º 0.5% 0.25% -
HSV(B) 88.13º 0.67% 0.38% -
XYZ 6.69 9.63 2.87 -
YUV 79.73 101.06 118.2 -
System Red Green Blue C M Y K H S L
Decimal 66 96 32 0.31 0 0.67 0.62 88.13 0.5 0.25
Hex 42 60 20 1F 0 43 3E 58 32 19
Octal 102 140 40 37 0 103 76 130 62 31
Binary 1000010 1100000 100000 11111 0 1000011 111110 1011000 110010 11001

Color Harmonies of #426020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426020

Black with #426020

Text Example


Text Example

White with #426020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #426020; }

 p { color: rgb(66,96,32); }

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

background-color css

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

 a { background-color: rgb(66,96,32); }

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

border-color css

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

 span { border-color: rgb(66,96,32); }

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