Html Css Color HEX #476026 Clover

📋 copy color: '#476026'

red 71 ◦ green 96 ◦ blue 38

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

Shades of Clover #476026

Tints of Clover #476026

RGB

 RED value IS 71 (28.13% from 255) = 34.63%

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

 BLUE value IS 38 (15.23% from 255) = 18.54%

R = 34.63%
G = 46.83%
B = 18.54%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.60

 K value IS 0.62

RGB Variations

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

Color information

#476026 (or 0x476026) is known color: Clover. HEX triplet: 47, 60 and 26. RGB value is (71,96,38). Sum of RGB (Red+Green+Blue) = 71+96+38=205 (27% of max value = 765). Red value is 71 (28.12% from 255 or 34.63% from 205); Green value is 96 (37.89% from 255 or 46.83% from 205); Blue value is 38 (15.23% from 255 or 18.54% from 205); Max value from RGB is 96 - color contains mainly: green. Hex color #476026 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #476026 is #B89FD9. Grayscale: #525252. Windows color (decimal): -12099546 or 2515015. OLE color: 2515015.

HSL color Cylindrical-coordinate representation of color #476026: hue angle of 85.86º degrees, saturation: 0.43, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #476026 is Cyan = 0.26, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.62.

Color convert

RGB 71 96 38 -
CMYK 0.26 0 0.60 0.62
HSL 85.86º 0.43% 0.26% -
HSV(B) 85.86º 0.6% 0.38% -
XYZ 7.13 9.85 3.36 -
YUV 81.91 103.22 120.22 -
System Red Green Blue C M Y K H S L
Decimal 71 96 38 0.26 0 0.60 0.62 85.86 0.43 0.26
Hex 47 60 26 1A 0 3C 3E 56 2B 1A
Octal 107 140 46 32 0 74 76 126 53 32
Binary 1000111 1100000 100110 11010 0 111100 111110 1010110 101011 11010

Color Harmonies of #476026

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476026

Black with #476026

Text Example


Text Example

White with #476026

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #476026; }

 p { color: rgb(71,96,38); }

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

background-color css

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

 a { background-color: rgb(71,96,38); }

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

border-color css

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

 span { border-color: rgb(71,96,38); }

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