Html Css Color HEX #45740B Green Leaf

📋 copy color: '#45740B'

red 69 ◦ green 116 ◦ blue 11

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

Shades of Green Leaf #45740B

Tints of Green Leaf #45740B

RGB

 RED value IS 69 (27.34% from 255) = 35.2%

 GREEN value IS 116 (45.7% from 255) = 59.18%

 BLUE value IS 11 (4.69% from 255) = 5.61%

R = 35.2%
G = 59.18%
B = 5.61%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.91

 K value IS 0.55

RGB Variations

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

Color information

#45740B (or 0x45740B) is known color: Green Leaf. HEX triplet: 45, 74 and 0B. RGB value is (69,116,11). Sum of RGB (Red+Green+Blue) = 69+116+11=196 (25% of max value = 765). Red value is 69 (27.34% from 255 or 35.20% from 196); Green value is 116 (45.70% from 255 or 59.18% from 196); Blue value is 11 (4.69% from 255 or 5.61% from 196); Max value from RGB is 116 - color contains mainly: green. Hex color #45740B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #45740B is #BA8BF4. Grayscale: #5A5A5A. Windows color (decimal): -12225525 or 750661. OLE color: 750661.

HSL color Cylindrical-coordinate representation of color #45740B: hue angle of 86.86º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #45740B is Cyan = 0.41, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.55.

Color convert

RGB 69 116 11 -
CMYK 0.41 0 0.91 0.55
HSL 86.86º 0.83% 0.25% -
HSV(B) 86.86º 0.91% 0.45% -
XYZ 8.76 13.78 2.51 -
YUV 89.98 83.43 113.04 -
System Red Green Blue C M Y K H S L
Decimal 69 116 11 0.41 0 0.91 0.55 86.86 0.83 0.25
Hex 45 74 B 29 0 5B 37 57 53 19
Octal 105 164 13 51 0 133 67 127 123 31
Binary 1000101 1110100 1011 101001 0 1011011 110111 1010111 1010011 11001

Color Harmonies of #45740B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45740B

Black with #45740B

Text Example


Text Example

White with #45740B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #45740B; }

 p { color: rgb(69,116,11); }

 H1.HeaderClassName
 {
   color: #45740B;
 }
 .AnyTagClassName
 {
   color: #45740B;
 }
</style>

background-color css

<style>
 a { background-color: #45740B; }

 a { background-color: rgb(69,116,11); }

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

border-color css

<style>
 span { border-color: #45740B; }

 span { border-color: rgb(69,116,11); }

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