Html Css Color HEX #4B661A Green Leaf

📋 copy color: '#4B661A'

red 75 ◦ green 102 ◦ blue 26

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

Shades of Green Leaf #4B661A

Tints of Green Leaf #4B661A

RGB

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

 GREEN value IS 102 (40.23% from 255) = 50.25%

 BLUE value IS 26 (10.55% from 255) = 12.81%

R = 36.95%
G = 50.25%
B = 12.81%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.75

 K value IS 0.6

RGB Variations

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

Color information

#4B661A (or 0x4B661A) is known color: Green Leaf. HEX triplet: 4B, 66 and 1A. RGB value is (75,102,26). Sum of RGB (Red+Green+Blue) = 75+102+26=203 (26% of max value = 765). Red value is 75 (29.69% from 255 or 36.95% from 203); Green value is 102 (40.23% from 255 or 50.25% from 203); Blue value is 26 (10.55% from 255 or 12.81% from 203); Max value from RGB is 102 - color contains mainly: green. Hex color #4B661A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B661A is #B499E5. Grayscale: #555555. Windows color (decimal): -11835878 or 1730123. OLE color: 1730123.

HSL color Cylindrical-coordinate representation of color #4B661A: hue angle of 81.32º degrees, saturation: 0.59, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4B661A is Cyan = 0.26, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.6.

Color convert

RGB 75 102 26 -
CMYK 0.26 0 0.75 0.6
HSL 81.32º 0.59% 0.25% -
HSV(B) 81.32º 0.75% 0.4% -
XYZ 7.84 11.07 2.7 -
YUV 85.26 94.55 120.68 -
System Red Green Blue C M Y K H S L
Decimal 75 102 26 0.26 0 0.75 0.6 81.32 0.59 0.25
Hex 4B 66 1A 1A 0 4B 3C 51 3B 19
Octal 113 146 32 32 0 113 74 121 73 31
Binary 1001011 1100110 11010 11010 0 1001011 111100 1010001 111011 11001

Color Harmonies of #4B661A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B661A

Black with #4B661A

Text Example


Text Example

White with #4B661A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,102,26); }

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

background-color css

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

 a { background-color: rgb(75,102,26); }

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

border-color css

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

 span { border-color: rgb(75,102,26); }

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