Html Css Color HEX #4B700A Green Leaf

📋 copy color: '#4B700A'

red 75 ◦ green 112 ◦ blue 10

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

Shades of Green Leaf #4B700A

Tints of Green Leaf #4B700A

RGB

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

 GREEN value IS 112 (44.14% from 255) = 56.85%

 BLUE value IS 10 (4.3% from 255) = 5.08%

R = 38.07%
G = 56.85%
B = 5.08%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.91

 K value IS 0.56

RGB Variations

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

Color information

#4B700A (or 0x4B700A) is known color: Green Leaf. HEX triplet: 4B, 70 and 0A. RGB value is (75,112,10). Sum of RGB (Red+Green+Blue) = 75+112+10=197 (26% of max value = 765). Red value is 75 (29.69% from 255 or 38.07% from 197); Green value is 112 (44.14% from 255 or 56.85% from 197); Blue value is 10 (4.30% from 255 or 5.08% from 197); Max value from RGB is 112 - color contains mainly: green. Hex color #4B700A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4B700A is #B48FF5. Grayscale: #595959. Windows color (decimal): -11833334 or 684107. OLE color: 684107.

HSL color Cylindrical-coordinate representation of color #4B700A: hue angle of 81.76º degrees, saturation: 0.84, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4B700A is Cyan = 0.33, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.56.

Color convert

RGB 75 112 10 -
CMYK 0.33 0 0.91 0.56
HSL 81.76º 0.84% 0.24% -
HSV(B) 81.76º 0.91% 0.44% -
XYZ 8.75 13.11 2.36 -
YUV 89.31 83.24 117.79 -
System Red Green Blue C M Y K H S L
Decimal 75 112 10 0.33 0 0.91 0.56 81.76 0.84 0.24
Hex 4B 70 A 21 0 5B 38 52 54 18
Octal 113 160 12 41 0 133 70 122 124 30
Binary 1001011 1110000 1010 100001 0 1011011 111000 1010010 1010100 11000

Color Harmonies of #4B700A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B700A

Black with #4B700A

Text Example


Text Example

White with #4B700A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,112,10); }

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

background-color css

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

 a { background-color: rgb(75,112,10); }

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

border-color css

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

 span { border-color: rgb(75,112,10); }

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