Html Css Color HEX #457702 Green Leaf

📋 copy color: '#457702'

red 69 ◦ green 119 ◦ blue 2

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

Shades of Green Leaf #457702

Tints of Green Leaf #457702

RGB

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

 GREEN value IS 119 (46.88% from 255) = 62.63%

 BLUE value IS 2 (1.17% from 255) = 1.05%

R = 36.32%
G = 62.63%
B = 1.05%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.98

 K value IS 0.53

RGB Variations

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

Color information

#457702 (or 0x457702) is known color: Green Leaf. HEX triplet: 45, 77 and 02. RGB value is (69,119,2). Sum of RGB (Red+Green+Blue) = 69+119+2=190 (25% of max value = 765). Red value is 69 (27.34% from 255 or 36.32% from 190); Green value is 119 (46.88% from 255 or 62.63% from 190); Blue value is 2 (1.17% from 255 or 1.05% from 190); Max value from RGB is 119 - color contains mainly: green. Hex color #457702 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #457702 is #BA88FD. Grayscale: #5B5B5B. Windows color (decimal): -12224766 or 161605. OLE color: 161605.

HSL color Cylindrical-coordinate representation of color #457702: hue angle of 85.64º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #457702 is Cyan = 0.42, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.53.

Color convert

RGB 69 119 2 -
CMYK 0.42 0 0.98 0.53
HSL 85.64º 0.97% 0.24% -
HSV(B) 85.64º 0.98% 0.47% -
XYZ 9.06 14.46 2.37 -
YUV 90.71 77.94 112.51 -
System Red Green Blue C M Y K H S L
Decimal 69 119 2 0.42 0 0.98 0.53 85.64 0.97 0.24
Hex 45 77 2 2A 0 62 35 56 61 18
Octal 105 167 2 52 0 142 65 126 141 30
Binary 1000101 1110111 10 101010 0 1100010 110101 1010110 1100001 11000

Color Harmonies of #457702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #457702

Black with #457702

Text Example


Text Example

White with #457702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #457702; }

 p { color: rgb(69,119,2); }

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

background-color css

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

 a { background-color: rgb(69,119,2); }

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

border-color css

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

 span { border-color: rgb(69,119,2); }

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