Html Css Color HEX #48631E Green Leaf

📋 copy color: '#48631E'

red 72 ◦ green 99 ◦ blue 30

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

Shades of Green Leaf #48631E

Tints of Green Leaf #48631E

RGB

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

 GREEN value IS 99 (39.06% from 255) = 49.25%

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

R = 35.82%
G = 49.25%
B = 14.93%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.70

 K value IS 0.61

RGB Variations

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

Color information

#48631E (or 0x48631E) is known color: Green Leaf. HEX triplet: 48, 63 and 1E. RGB value is (72,99,30). Sum of RGB (Red+Green+Blue) = 72+99+30=201 (26% of max value = 765). Red value is 72 (28.52% from 255 or 35.82% from 201); Green value is 99 (39.06% from 255 or 49.25% from 201); Blue value is 30 (12.11% from 255 or 14.93% from 201); Max value from RGB is 99 - color contains mainly: green. Hex color #48631E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #48631E is #B79CE1. Grayscale: #535353. Windows color (decimal): -12033250 or 1991496. OLE color: 1991496.

HSL color Cylindrical-coordinate representation of color #48631E: hue angle of 83.48º degrees, saturation: 0.53, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #48631E is Cyan = 0.27, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.61.

Color convert

RGB 72 99 30 -
CMYK 0.27 0 0.70 0.61
HSL 83.48º 0.53% 0.25% -
HSV(B) 83.48º 0.7% 0.39% -
XYZ 7.37 10.4 2.85 -
YUV 83.06 98.05 120.11 -
System Red Green Blue C M Y K H S L
Decimal 72 99 30 0.27 0 0.70 0.61 83.48 0.53 0.25
Hex 48 63 1E 1B 0 46 3D 53 35 19
Octal 110 143 36 33 0 106 75 123 65 31
Binary 1001000 1100011 11110 11011 0 1000110 111101 1010011 110101 11001

Color Harmonies of #48631E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48631E

Black with #48631E

Text Example


Text Example

White with #48631E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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