Html Css Color HEX #48601E Clover

📋 copy color: '#48601E'

red 72 ◦ green 96 ◦ blue 30

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

Shades of Clover #48601E

Tints of Clover #48601E

RGB

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

 GREEN value IS 96 (37.89% from 255) = 48.48%

 BLUE value IS 30 (12.11% from 255) = 15.15%

R = 36.36%
G = 48.48%
B = 15.15%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.69

 K value IS 0.62

RGB Variations

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

Color information

#48601E (or 0x48601E) is known color: Clover. HEX triplet: 48, 60 and 1E. RGB value is (72,96,30). Sum of RGB (Red+Green+Blue) = 72+96+30=198 (26% of max value = 765). Red value is 72 (28.52% from 255 or 36.36% from 198); Green value is 96 (37.89% from 255 or 48.48% from 198); Blue value is 30 (12.11% from 255 or 15.15% from 198); Max value from RGB is 96 - color contains mainly: green. Hex color #48601E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #48601E is #B79FE1. Grayscale: #515151. Windows color (decimal): -12034018 or 1990728. OLE color: 1990728.

HSL color Cylindrical-coordinate representation of color #48601E: hue angle of 81.82º degrees, saturation: 0.52, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #48601E is Cyan = 0.25, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.62.

Color convert

RGB 72 96 30 -
CMYK 0.25 0 0.69 0.62
HSL 81.82º 0.52% 0.25% -
HSV(B) 81.82º 0.69% 0.38% -
XYZ 7.09 9.84 2.75 -
YUV 81.3 99.05 121.37 -
System Red Green Blue C M Y K H S L
Decimal 72 96 30 0.25 0 0.69 0.62 81.82 0.52 0.25
Hex 48 60 1E 19 0 45 3E 52 34 19
Octal 110 140 36 31 0 105 76 122 64 31
Binary 1001000 1100000 11110 11001 0 1000101 111110 1010010 110100 11001

Color Harmonies of #48601E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48601E

Black with #48601E

Text Example


Text Example

White with #48601E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48601E; }

 p { color: rgb(72,96,30); }

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

background-color css

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

 a { background-color: rgb(72,96,30); }

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

border-color css

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

 span { border-color: rgb(72,96,30); }

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