Html Css Color HEX #475B2D Clover

📋 copy color: '#475B2D'

red 71 ◦ green 91 ◦ blue 45

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

Shades of Clover #475B2D

Tints of Clover #475B2D

RGB

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

 GREEN value IS 91 (35.94% from 255) = 43.96%

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

R = 34.3%
G = 43.96%
B = 21.74%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.51

 K value IS 0.64

RGB Variations

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

Color information

#475B2D (or 0x475B2D) is known color: Clover. HEX triplet: 47, 5B and 2D. RGB value is (71,91,45). Sum of RGB (Red+Green+Blue) = 71+91+45=207 (27% of max value = 765). Red value is 71 (28.12% from 255 or 34.30% from 207); Green value is 91 (35.94% from 255 or 43.96% from 207); Blue value is 45 (17.97% from 255 or 21.74% from 207); Max value from RGB is 91 - color contains mainly: green. Hex color #475B2D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #475B2D is #B8A4D2. Grayscale: #4F4F4F. Windows color (decimal): -12100819 or 2972487. OLE color: 2972487.

HSL color Cylindrical-coordinate representation of color #475B2D: hue angle of 86.09º 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 #475B2D is Cyan = 0.22, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.64.

Color convert

RGB 71 91 45 -
CMYK 0.22 0 0.51 0.64
HSL 86.09º 0.34% 0.27% -
HSV(B) 86.09º 0.51% 0.36% -
XYZ 6.81 9.01 3.86 -
YUV 79.78 108.37 121.74 -
System Red Green Blue C M Y K H S L
Decimal 71 91 45 0.22 0 0.51 0.64 86.09 0.34 0.27
Hex 47 5B 2D 16 0 33 40 56 22 1B
Octal 107 133 55 26 0 63 100 126 42 33
Binary 1000111 1011011 101101 10110 0 110011 1000000 1010110 100010 11011

Color Harmonies of #475B2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475B2D

Black with #475B2D

Text Example


Text Example

White with #475B2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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