Html Css Color HEX #475A2A Clover

📋 copy color: '#475A2A'

red 71 ◦ green 90 ◦ blue 42

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

Shades of Clover #475A2A

Tints of Clover #475A2A

RGB

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

 GREEN value IS 90 (35.55% from 255) = 44.33%

 BLUE value IS 42 (16.8% from 255) = 20.69%

R = 34.98%
G = 44.33%
B = 20.69%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.53

 K value IS 0.65

RGB Variations

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

Color information

#475A2A (or 0x475A2A) is known color: Clover. HEX triplet: 47, 5A and 2A. RGB value is (71,90,42). Sum of RGB (Red+Green+Blue) = 71+90+42=203 (26% of max value = 765). Red value is 71 (28.12% from 255 or 34.98% from 203); Green value is 90 (35.55% from 255 or 44.33% from 203); Blue value is 42 (16.80% from 255 or 20.69% from 203); Max value from RGB is 90 - color contains mainly: green. Hex color #475A2A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #475A2A is #B8A5D5. Grayscale: #4F4F4F. Windows color (decimal): -12101078 or 2775623. OLE color: 2775623.

HSL color Cylindrical-coordinate representation of color #475A2A: hue angle of 83.75º degrees, saturation: 0.36, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #475A2A is Cyan = 0.21, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.65.

Color convert

RGB 71 90 42 -
CMYK 0.21 0 0.53 0.65
HSL 83.75º 0.36% 0.26% -
HSV(B) 83.75º 0.53% 0.35% -
XYZ 6.67 8.82 3.54 -
YUV 78.85 107.21 122.4 -
System Red Green Blue C M Y K H S L
Decimal 71 90 42 0.21 0 0.53 0.65 83.75 0.36 0.26
Hex 47 5A 2A 15 0 35 41 54 24 1A
Octal 107 132 52 25 0 65 101 124 44 32
Binary 1000111 1011010 101010 10101 0 110101 1000001 1010100 100100 11010

Color Harmonies of #475A2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475A2A

Black with #475A2A

Text Example


Text Example

White with #475A2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #475A2A; }

 p { color: rgb(71,90,42); }

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

background-color css

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

 a { background-color: rgb(71,90,42); }

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

border-color css

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

 span { border-color: rgb(71,90,42); }

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