Html Css Color HEX #467308 Green Leaf

📋 copy color: '#467308'

red 70 ◦ green 115 ◦ blue 8

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

Shades of Green Leaf #467308

Tints of Green Leaf #467308

RGB

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

 GREEN value IS 115 (45.31% from 255) = 59.59%

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

R = 36.27%
G = 59.59%
B = 4.15%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.93

 K value IS 0.55

RGB Variations

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

Color information

#467308 (or 0x467308) is known color: Green Leaf. HEX triplet: 46, 73 and 08. RGB value is (70,115,8). Sum of RGB (Red+Green+Blue) = 70+115+8=193 (25% of max value = 765). Red value is 70 (27.73% from 255 or 36.27% from 193); Green value is 115 (45.31% from 255 or 59.59% from 193); Blue value is 8 (3.52% from 255 or 4.15% from 193); Max value from RGB is 115 - color contains mainly: green. Hex color #467308 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #467308 is #B98CF7. Grayscale: #595959. Windows color (decimal): -12160248 or 553798. OLE color: 553798.

HSL color Cylindrical-coordinate representation of color #467308: hue angle of 85.23º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #467308 is Cyan = 0.39, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.55.

Color convert

RGB 70 115 8 -
CMYK 0.39 0 0.93 0.55
HSL 85.23º 0.87% 0.24% -
HSV(B) 85.23º 0.93% 0.45% -
XYZ 8.7 13.58 2.39 -
YUV 89.35 82.09 114.2 -
System Red Green Blue C M Y K H S L
Decimal 70 115 8 0.39 0 0.93 0.55 85.23 0.87 0.24
Hex 46 73 8 27 0 5D 37 55 57 18
Octal 106 163 10 47 0 135 67 125 127 30
Binary 1000110 1110011 1000 100111 0 1011101 110111 1010101 1010111 11000

Color Harmonies of #467308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #467308

Black with #467308

Text Example


Text Example

White with #467308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #467308; }

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

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

background-color css

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

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

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

border-color css

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

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

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