#4B7725

Color #4B7725 Green Leaf (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green Leaf #4B7725

Tints of Green Leaf #4B7725

Color information

#4B7725 (or 0x4B7725) is unknown color: approx Green Leaf. HEX triplet: 4B, 77 and 25. RGB value is (75,119,37). Sum of RGB (Red+Green+Blue) = 75+119+37=231 (30% of max value = 765). Red value is 75 (29.69% from 255 or 32.47% from 231); Green value is 119 (46.88% from 255 or 51.52% from 231); Blue value is 37 (14.84% from 255 or 16.02% from 231); Max value from RGB is 119 - color contains mainly: green. Hex color #4B7725 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B7725 is #B488DA. Grayscale: #606060. Windows color (decimal): -11831515 or 2455371. OLE color: 2455371.

HSL color Cylindrical-coordinate representation of color #4B7725: hue angle of 92.2º degrees, saturation: 0.53, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4B7725 is Cyan = 0.37, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.53.

Color convert

RGB7511937-
CMYK0.3700.690.53
HSL92.2º52.56%30.59%-
HSV(B)92.2º68.91%46.67%-
XYZ9.8314.824.09-
YUV96.594.42112.67-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 32.47%
GREEN value IS 119 (46.88% from 255) = 51.52%
BLUE value IS 37 (14.84% from 255) = 16.02%
R=32.47%
G=51.52%
B=16.02%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal75119370.3700.690.5392.252.5630.59
Hex4B772525045355c351f
Octal11316745450105651346537
Binary1001011111011110010110010101000101110101101110011010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B7725

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,119,37); }

 H1.HeaderClassName
 {
   color: #4B7725;
 }
 .AnyTagClassName
 {
   color: #4B7725;
 }
</style>
background-color css

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

 a { background-color: rgb(75,119,37); }

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

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

 span { border-color: rgb(75,119,37); }

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