Html Css Color HEX #467808 Green Leaf

📋 copy color: '#467808'

red 70 ◦ green 120 ◦ blue 8

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

Shades of Green Leaf #467808

Tints of Green Leaf #467808

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 4.04%

R = 35.35%
G = 60.61%
B = 4.04%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.93

 K value IS 0.53

RGB Variations

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

Color information

#467808 (or 0x467808) is known color: Green Leaf. HEX triplet: 46, 78 and 08. RGB value is (70,120,8). Sum of RGB (Red+Green+Blue) = 70+120+8=198 (26% of max value = 765). Red value is 70 (27.73% from 255 or 35.35% from 198); Green value is 120 (47.27% from 255 or 60.61% from 198); Blue value is 8 (3.52% from 255 or 4.04% from 198); Max value from RGB is 120 - color contains mainly: green. Hex color #467808 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #467808 is #B987F7. Grayscale: #5C5C5C. Windows color (decimal): -12158968 or 555078. OLE color: 555078.

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

Color convert

RGB 70 120 8 -
CMYK 0.42 0 0.93 0.53
HSL 86.79º 0.88% 0.25% -
HSV(B) 86.79º 0.93% 0.47% -
XYZ 9.29 14.75 2.59 -
YUV 92.28 80.44 112.11 -
System Red Green Blue C M Y K H S L
Decimal 70 120 8 0.42 0 0.93 0.53 86.79 0.88 0.25
Hex 46 78 8 2A 0 5D 35 57 58 19
Octal 106 170 10 52 0 135 65 127 130 31
Binary 1000110 1111000 1000 101010 0 1011101 110101 1010111 1011000 11001

Color Harmonies of #467808

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #467808

Black with #467808

Text Example


Text Example

White with #467808

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #467808; }

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

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

background-color css

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

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

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

border-color css

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

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

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