Html Css Color HEX #4B7B0F Green Leaf

📋 copy color: '#4B7B0F'

red 75 ◦ green 123 ◦ blue 15

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

Shades of Green Leaf #4B7B0F

Tints of Green Leaf #4B7B0F

RGB

 RED value IS 75 (29.69% from 255) = 35.21%

 GREEN value IS 123 (48.44% from 255) = 57.75%

 BLUE value IS 15 (6.25% from 255) = 7.04%

R = 35.21%
G = 57.75%
B = 7.04%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.88

 K value IS 0.52

RGB Variations

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

Color information

#4B7B0F (or 0x4B7B0F) is known color: Green Leaf. HEX triplet: 4B, 7B and 0F. RGB value is (75,123,15). Sum of RGB (Red+Green+Blue) = 75+123+15=213 (28% of max value = 765). Red value is 75 (29.69% from 255 or 35.21% from 213); Green value is 123 (48.44% from 255 or 57.75% from 213); Blue value is 15 (6.25% from 255 or 7.04% from 213); Max value from RGB is 123 - color contains mainly: green. Hex color #4B7B0F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4B7B0F is #B484F0. Grayscale: #606060. Windows color (decimal): -11830513 or 1014603. OLE color: 1014603.

HSL color Cylindrical-coordinate representation of color #4B7B0F: hue angle of 86.67º degrees, saturation: 0.78, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #4B7B0F is Cyan = 0.39, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.52.

Color convert

RGB 75 123 15 -
CMYK 0.39 0 0.88 0.52
HSL 86.67º 0.78% 0.27% -
HSV(B) 86.67º 0.88% 0.48% -
XYZ 10.07 15.7 2.95 -
YUV 96.34 82.1 112.78 -
System Red Green Blue C M Y K H S L
Decimal 75 123 15 0.39 0 0.88 0.52 86.67 0.78 0.27
Hex 4B 7B F 27 0 58 34 57 4E 1B
Octal 113 173 17 47 0 130 64 127 116 33
Binary 1001011 1111011 1111 100111 0 1011000 110100 1010111 1001110 11011

Color Harmonies of #4B7B0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B7B0F

Black with #4B7B0F

Text Example


Text Example

White with #4B7B0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,123,15); }

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

background-color css

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

 a { background-color: rgb(75,123,15); }

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

border-color css

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

 span { border-color: rgb(75,123,15); }

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