Html Css Color HEX #457410 Green Leaf

📋 copy color: '#457410'

red 69 ◦ green 116 ◦ blue 16

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

Shades of Green Leaf #457410

Tints of Green Leaf #457410

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 7.96%

R = 34.33%
G = 57.71%
B = 7.96%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.86

 K value IS 0.55

RGB Variations

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

Color information

#457410 (or 0x457410) is known color: Green Leaf. HEX triplet: 45, 74 and 10. RGB value is (69,116,16). Sum of RGB (Red+Green+Blue) = 69+116+16=201 (26% of max value = 765). Red value is 69 (27.34% from 255 or 34.33% from 201); Green value is 116 (45.70% from 255 or 57.71% from 201); Blue value is 16 (6.64% from 255 or 7.96% from 201); Max value from RGB is 116 - color contains mainly: green. Hex color #457410 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #457410 is #BA8BEF. Grayscale: #5A5A5A. Windows color (decimal): -12225520 or 1078341. OLE color: 1078341.

HSL color Cylindrical-coordinate representation of color #457410: hue angle of 88.2º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #457410 is Cyan = 0.41, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.55.

Color convert

RGB 69 116 16 -
CMYK 0.41 0 0.86 0.55
HSL 88.2º 0.76% 0.26% -
HSV(B) 88.2º 0.86% 0.45% -
XYZ 8.79 13.79 2.69 -
YUV 90.55 85.93 112.63 -
System Red Green Blue C M Y K H S L
Decimal 69 116 16 0.41 0 0.86 0.55 88.2 0.76 0.26
Hex 45 74 10 29 0 56 37 58 4C 1A
Octal 105 164 20 51 0 126 67 130 114 32
Binary 1000101 1110100 10000 101001 0 1010110 110111 1011000 1001100 11010

Color Harmonies of #457410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #457410

Black with #457410

Text Example


Text Example

White with #457410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #457410; }

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

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

background-color css

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

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

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

border-color css

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

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

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