Html Css Color HEX #4F6030 Green Leaf

📋 copy color: '#4F6030'

red 79 ◦ green 96 ◦ blue 48

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

Shades of Green Leaf #4F6030

Tints of Green Leaf #4F6030

RGB

 RED value IS 79 (31.25% from 255) = 35.43%

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

 BLUE value IS 48 (19.14% from 255) = 21.52%

R = 35.43%
G = 43.05%
B = 21.52%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.50

 K value IS 0.62

RGB Variations

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

Color information

#4F6030 (or 0x4F6030) is known color: Green Leaf. HEX triplet: 4F, 60 and 30. RGB value is (79,96,48). Sum of RGB (Red+Green+Blue) = 79+96+48=223 (29% of max value = 765). Red value is 79 (31.25% from 255 or 35.43% from 223); Green value is 96 (37.89% from 255 or 43.05% from 223); Blue value is 48 (19.14% from 255 or 21.52% from 223); Max value from RGB is 96 - color contains mainly: green. Hex color #4F6030 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F6030 is #B09FCF. Grayscale: #555555. Windows color (decimal): -11575248 or 3170383. OLE color: 3170383.

HSL color Cylindrical-coordinate representation of color #4F6030: hue angle of 81.25º degrees, saturation: 0.33, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4F6030 is Cyan = 0.18, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.62.

Color convert

RGB 79 96 48 -
CMYK 0.18 0 0.50 0.62
HSL 81.25º 0.33% 0.28% -
HSV(B) 81.25º 0.5% 0.38% -
XYZ 7.94 10.24 4.35 -
YUV 85.45 106.87 123.4 -
System Red Green Blue C M Y K H S L
Decimal 79 96 48 0.18 0 0.50 0.62 81.25 0.33 0.28
Hex 4F 60 30 12 0 32 3E 51 21 1C
Octal 117 140 60 22 0 62 76 121 41 34
Binary 1001111 1100000 110000 10010 0 110010 111110 1010001 100001 11100

Color Harmonies of #4F6030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F6030

Black with #4F6030

Text Example


Text Example

White with #4F6030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4F6030; }

 p { color: rgb(79,96,48); }

 H1.HeaderClassName
 {
   color: #4F6030;
 }
 .AnyTagClassName
 {
   color: #4F6030;
 }
</style>

background-color css

<style>
 a { background-color: #4F6030; }

 a { background-color: rgb(79,96,48); }

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

border-color css

<style>
 span { border-color: #4F6030; }

 span { border-color: rgb(79,96,48); }

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