Html Css Color HEX #475F26 Clover

📋 copy color: '#475F26'

red 71 ◦ green 95 ◦ blue 38

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

Shades of Clover #475F26

Tints of Clover #475F26

RGB

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

 GREEN value IS 95 (37.5% from 255) = 46.57%

 BLUE value IS 38 (15.23% from 255) = 18.63%

R = 34.8%
G = 46.57%
B = 18.63%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.60

 K value IS 0.63

RGB Variations

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

Color information

#475F26 (or 0x475F26) is known color: Clover. HEX triplet: 47, 5F and 26. RGB value is (71,95,38). Sum of RGB (Red+Green+Blue) = 71+95+38=204 (27% of max value = 765). Red value is 71 (28.12% from 255 or 34.80% from 204); Green value is 95 (37.5% from 255 or 46.57% from 204); Blue value is 38 (15.23% from 255 or 18.63% from 204); Max value from RGB is 95 - color contains mainly: green. Hex color #475F26 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #475F26 is #B8A0D9. Grayscale: #515151. Windows color (decimal): -12099802 or 2514759. OLE color: 2514759.

HSL color Cylindrical-coordinate representation of color #475F26: hue angle of 85.26º degrees, saturation: 0.43, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #475F26 is Cyan = 0.25, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.63.

Color convert

RGB 71 95 38 -
CMYK 0.25 0 0.60 0.63
HSL 85.26º 0.43% 0.26% -
HSV(B) 85.26º 0.6% 0.37% -
XYZ 7.04 9.66 3.33 -
YUV 81.33 103.55 120.63 -
System Red Green Blue C M Y K H S L
Decimal 71 95 38 0.25 0 0.60 0.63 85.26 0.43 0.26
Hex 47 5F 26 19 0 3C 3F 55 2B 1A
Octal 107 137 46 31 0 74 77 125 53 32
Binary 1000111 1011111 100110 11001 0 111100 111111 1010101 101011 11010

Color Harmonies of #475F26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475F26

Black with #475F26

Text Example


Text Example

White with #475F26

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,95,38); }

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

background-color css

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

 a { background-color: rgb(71,95,38); }

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

border-color css

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

 span { border-color: rgb(71,95,38); }

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