Html Css Color HEX #485B34 Clover

📋 copy color: '#485B34'

red 72 ◦ green 91 ◦ blue 52

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

Shades of Clover #485B34

Tints of Clover #485B34

RGB

 RED value IS 72 (28.52% from 255) = 33.49%

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

 BLUE value IS 52 (20.7% from 255) = 24.19%

R = 33.49%
G = 42.33%
B = 24.19%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.43

 K value IS 0.64

RGB Variations

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

Color information

#485B34 (or 0x485B34) is known color: Clover. HEX triplet: 48, 5B and 34. RGB value is (72,91,52). Sum of RGB (Red+Green+Blue) = 72+91+52=215 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.49% from 215); Green value is 91 (35.94% from 255 or 42.33% from 215); Blue value is 52 (20.70% from 255 or 24.19% from 215); Max value from RGB is 91 - color contains mainly: green. Hex color #485B34 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #485B34 is #B7A4CB. Grayscale: #515151. Windows color (decimal): -12035276 or 3431240. OLE color: 3431240.

HSL color Cylindrical-coordinate representation of color #485B34: hue angle of 89.23º degrees, saturation: 0.27, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #485B34 is Cyan = 0.21, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.64.

Color convert

RGB 72 91 52 -
CMYK 0.21 0 0.43 0.64
HSL 89.23º 0.27% 0.28% -
HSV(B) 89.23º 0.43% 0.36% -
XYZ 7.03 9.11 4.64 -
YUV 80.87 111.71 121.67 -
System Red Green Blue C M Y K H S L
Decimal 72 91 52 0.21 0 0.43 0.64 89.23 0.27 0.28
Hex 48 5B 34 15 0 2B 40 59 1B 1C
Octal 110 133 64 25 0 53 100 131 33 34
Binary 1001000 1011011 110100 10101 0 101011 1000000 1011001 11011 11100

Color Harmonies of #485B34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485B34

Black with #485B34

Text Example


Text Example

White with #485B34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #485B34; }

 p { color: rgb(72,91,52); }

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

background-color css

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

 a { background-color: rgb(72,91,52); }

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

border-color css

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

 span { border-color: rgb(72,91,52); }

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