Html Css Color HEX #467800 Green Leaf

📋 copy color: '#467800'

red 70 ◦ green 120 ◦ blue 0

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

Shades of Green Leaf #467800

Tints of Green Leaf #467800

RGB

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

 GREEN value IS 120 (47.27% from 255) = 63.16%

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

R = 36.84%
G = 63.16%
B = 0%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 1

 K value IS 0.53

RGB Variations

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

Color information

#467800 (or 0x467800) is known color: Green Leaf. HEX triplet: 46, 78 and 00. RGB value is (70,120,0). Sum of RGB (Red+Green+Blue) = 70+120+0=190 (25% of max value = 765). Red value is 70 (27.73% from 255 or 36.84% from 190); Green value is 120 (47.27% from 255 or 63.16% from 190); Blue value is 0 (0.39% from 255 or 0% from 190); Max value from RGB is 120 - color contains mainly: green. Hex color #467800 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #467800 is #B987FF. Grayscale: #5B5B5B. Windows color (decimal): -12158976 or 30790. OLE color: 30790.

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

Color convert

RGB 70 120 0 -
CMYK 0.42 0 1 0.53
HSL 85º 1% 0.24% -
HSV(B) 85º 1% 0.47% -
XYZ 9.24 14.74 2.36 -
YUV 91.37 76.44 112.76 -
System Red Green Blue C M Y K H S L
Decimal 70 120 0 0.42 0 1 0.53 85 1 0.24
Hex 46 78 0 2A 0 64 35 55 64 18
Octal 106 170 0 52 0 144 65 125 144 30
Binary 1000110 1111000 0 101010 0 1100100 110101 1010101 1100100 11000

Color Harmonies of #467800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #467800

Black with #467800

Text Example


Text Example

White with #467800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #467800; }

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

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

background-color css

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

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

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

border-color css

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

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

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