Html Css Color HEX #475430 Clover

📋 copy color: '#475430'

red 71 ◦ green 84 ◦ blue 48

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

Shades of Clover #475430

Tints of Clover #475430

RGB

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

 GREEN value IS 84 (33.2% from 255) = 41.38%

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

R = 34.98%
G = 41.38%
B = 23.65%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.43

 K value IS 0.67

RGB Variations

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

Color information

#475430 (or 0x475430) is known color: Clover. HEX triplet: 47, 54 and 30. RGB value is (71,84,48). Sum of RGB (Red+Green+Blue) = 71+84+48=203 (26% of max value = 765). Red value is 71 (28.12% from 255 or 34.98% from 203); Green value is 84 (33.20% from 255 or 41.38% from 203); Blue value is 48 (19.14% from 255 or 23.65% from 203); Max value from RGB is 84 - color contains mainly: green. Hex color #475430 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #475430 is #B8ABCF. Grayscale: #4C4C4C. Windows color (decimal): -12102608 or 3167303. OLE color: 3167303.

HSL color Cylindrical-coordinate representation of color #475430: hue angle of 81.67º degrees, saturation: 0.27, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #475430 is Cyan = 0.15, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.67.

Color convert

RGB 71 84 48 -
CMYK 0.15 0 0.43 0.67
HSL 81.67º 0.27% 0.26% -
HSV(B) 81.67º 0.43% 0.33% -
XYZ 6.3 7.89 3.99 -
YUV 76.01 112.19 124.43 -
System Red Green Blue C M Y K H S L
Decimal 71 84 48 0.15 0 0.43 0.67 81.67 0.27 0.26
Hex 47 54 30 F 0 2B 43 52 1B 1A
Octal 107 124 60 17 0 53 103 122 33 32
Binary 1000111 1010100 110000 1111 0 101011 1000011 1010010 11011 11010

Color Harmonies of #475430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475430

Black with #475430

Text Example


Text Example

White with #475430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #475430; }

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

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

background-color css

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

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

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

border-color css

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

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

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