Html Css Color HEX #4B6328 Green Leaf

📋 copy color: '#4B6328'

red 75 ◦ green 99 ◦ blue 40

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

Shades of Green Leaf #4B6328

Tints of Green Leaf #4B6328

RGB

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

 GREEN value IS 99 (39.06% from 255) = 46.26%

 BLUE value IS 40 (16.02% from 255) = 18.69%

R = 35.05%
G = 46.26%
B = 18.69%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.60

 K value IS 0.61

RGB Variations

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

Color information

#4B6328 (or 0x4B6328) is known color: Green Leaf. HEX triplet: 4B, 63 and 28. RGB value is (75,99,40). Sum of RGB (Red+Green+Blue) = 75+99+40=214 (28% of max value = 765). Red value is 75 (29.69% from 255 or 35.05% from 214); Green value is 99 (39.06% from 255 or 46.26% from 214); Blue value is 40 (16.02% from 255 or 18.69% from 214); Max value from RGB is 99 - color contains mainly: green. Hex color #4B6328 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B6328 is #B49CD7. Grayscale: #555555. Windows color (decimal): -11836632 or 2646859. OLE color: 2646859.

HSL color Cylindrical-coordinate representation of color #4B6328: hue angle of 84.41º degrees, saturation: 0.42, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4B6328 is Cyan = 0.24, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.61.

Color convert

RGB 75 99 40 -
CMYK 0.24 0 0.60 0.61
HSL 84.41º 0.42% 0.27% -
HSV(B) 84.41º 0.6% 0.39% -
XYZ 7.75 10.57 3.64 -
YUV 85.1 102.55 120.8 -
System Red Green Blue C M Y K H S L
Decimal 75 99 40 0.24 0 0.60 0.61 84.41 0.42 0.27
Hex 4B 63 28 18 0 3C 3D 54 2A 1B
Octal 113 143 50 30 0 74 75 124 52 33
Binary 1001011 1100011 101000 11000 0 111100 111101 1010100 101010 11011

Color Harmonies of #4B6328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B6328

Black with #4B6328

Text Example


Text Example

White with #4B6328

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,99,40); }

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

background-color css

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

 a { background-color: rgb(75,99,40); }

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

border-color css

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

 span { border-color: rgb(75,99,40); }

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