Html Css Color HEX #475230 Clover

📋 copy color: '#475230'

red 71 ◦ green 82 ◦ blue 48

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

Shades of Clover #475230

Tints of Clover #475230

RGB

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

 GREEN value IS 82 (32.42% from 255) = 40.8%

 BLUE value IS 48 (19.14% from 255) = 23.88%

R = 35.32%
G = 40.8%
B = 23.88%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.41

 K value IS 0.68

RGB Variations

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

Color information

#475230 (or 0x475230) is known color: Clover. HEX triplet: 47, 52 and 30. RGB value is (71,82,48). Sum of RGB (Red+Green+Blue) = 71+82+48=201 (26% of max value = 765). Red value is 71 (28.12% from 255 or 35.32% from 201); Green value is 82 (32.42% from 255 or 40.80% from 201); Blue value is 48 (19.14% from 255 or 23.88% from 201); Max value from RGB is 82 - color contains mainly: green. Hex color #475230 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #475230 is #B8ADCF. Grayscale: #4A4A4A. Windows color (decimal): -12103120 or 3166791. OLE color: 3166791.

HSL color Cylindrical-coordinate representation of color #475230: hue angle of 79.41º degrees, saturation: 0.26, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #475230 is Cyan = 0.13, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.68.

Color convert

RGB 71 82 48 -
CMYK 0.13 0 0.41 0.68
HSL 79.41º 0.26% 0.25% -
HSV(B) 79.41º 0.41% 0.32% -
XYZ 6.15 7.59 3.94 -
YUV 74.84 112.86 125.26 -
System Red Green Blue C M Y K H S L
Decimal 71 82 48 0.13 0 0.41 0.68 79.41 0.26 0.25
Hex 47 52 30 D 0 29 44 4F 1A 19
Octal 107 122 60 15 0 51 104 117 32 31
Binary 1000111 1010010 110000 1101 0 101001 1000100 1001111 11010 11001

Color Harmonies of #475230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475230

Black with #475230

Text Example


Text Example

White with #475230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #475230; }

 p { color: rgb(71,82,48); }

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

background-color css

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

 a { background-color: rgb(71,82,48); }

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

border-color css

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

 span { border-color: rgb(71,82,48); }

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