Html Css Color HEX #475C2D Clover

📋 copy color: '#475C2D'

red 71 ◦ green 92 ◦ blue 45

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

Shades of Clover #475C2D

Tints of Clover #475C2D

RGB

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

 GREEN value IS 92 (36.33% from 255) = 44.23%

 BLUE value IS 45 (17.97% from 255) = 21.63%

R = 34.13%
G = 44.23%
B = 21.63%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.51

 K value IS 0.64

RGB Variations

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

Color information

#475C2D (or 0x475C2D) is known color: Clover. HEX triplet: 47, 5C and 2D. RGB value is (71,92,45). Sum of RGB (Red+Green+Blue) = 71+92+45=208 (27% of max value = 765). Red value is 71 (28.12% from 255 or 34.13% from 208); Green value is 92 (36.33% from 255 or 44.23% from 208); Blue value is 45 (17.97% from 255 or 21.63% from 208); Max value from RGB is 92 - color contains mainly: green. Hex color #475C2D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #475C2D is #B8A3D2. Grayscale: #505050. Windows color (decimal): -12100563 or 2972743. OLE color: 2972743.

HSL color Cylindrical-coordinate representation of color #475C2D: hue angle of 86.81º degrees, saturation: 0.34, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #475C2D is Cyan = 0.23, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.64.

Color convert

RGB 71 92 45 -
CMYK 0.23 0 0.51 0.64
HSL 86.81º 0.34% 0.27% -
HSV(B) 86.81º 0.51% 0.36% -
XYZ 6.9 9.18 3.89 -
YUV 80.36 108.04 121.32 -
System Red Green Blue C M Y K H S L
Decimal 71 92 45 0.23 0 0.51 0.64 86.81 0.34 0.27
Hex 47 5C 2D 17 0 33 40 57 22 1B
Octal 107 134 55 27 0 63 100 127 42 33
Binary 1000111 1011100 101101 10111 0 110011 1000000 1010111 100010 11011

Color Harmonies of #475C2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475C2D

Black with #475C2D

Text Example


Text Example

White with #475C2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,92,45); }

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

background-color css

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

 a { background-color: rgb(71,92,45); }

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

border-color css

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

 span { border-color: rgb(71,92,45); }

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