Html Css Color HEX #467700 Green Leaf

📋 copy color: '#467700'

red 70 ◦ green 119 ◦ blue 0

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

Shades of Green Leaf #467700

Tints of Green Leaf #467700

RGB

 RED value IS 70 (27.73% from 255) = 37.04%

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 37.04%
G = 62.96%
B = 0%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 1

 K value IS 0.53

RGB Variations

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

Color information

#467700 (or 0x467700) is known color: Green Leaf. HEX triplet: 46, 77 and 00. RGB value is (70,119,0). Sum of RGB (Red+Green+Blue) = 70+119+0=189 (25% of max value = 765). Red value is 70 (27.73% from 255 or 37.04% from 189); Green value is 119 (46.88% from 255 or 62.96% from 189); Blue value is 0 (0.39% from 255 or 0% from 189); Max value from RGB is 119 - color contains mainly: green. Hex color #467700 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #467700 is #B988FF. Grayscale: #5B5B5B. Windows color (decimal): -12159232 or 30534. OLE color: 30534.

HSL color Cylindrical-coordinate representation of color #467700: hue angle of 84.71º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 1%. Process color model (Four color, CMYK) of #467700 is Cyan = 0.41, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.53.

Color convert

RGB 70 119 0 -
CMYK 0.41 0 1 0.53
HSL 84.71º 1% 0.23% -
HSV(B) 84.71º 1% 0.47% -
XYZ 9.12 14.5 2.32 -
YUV 90.78 76.77 113.18 -
System Red Green Blue C M Y K H S L
Decimal 70 119 0 0.41 0 1 0.53 84.71 1 0.23
Hex 46 77 0 29 0 64 35 55 64 17
Octal 106 167 0 51 0 144 65 125 144 27
Binary 1000110 1110111 0 101001 0 1100100 110101 1010101 1100100 10111

Color Harmonies of #467700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #467700

Black with #467700

Text Example


Text Example

White with #467700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #467700; }

 p { color: rgb(70,119,0); }

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

background-color css

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

 a { background-color: rgb(70,119,0); }

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

border-color css

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

 span { border-color: rgb(70,119,0); }

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