Html Css Color HEX #467604 Green Leaf

📋 copy color: '#467604'

red 70 ◦ green 118 ◦ blue 4

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

Shades of Green Leaf #467604

Tints of Green Leaf #467604

RGB

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

 GREEN value IS 118 (46.48% from 255) = 61.46%

 BLUE value IS 4 (1.95% from 255) = 2.08%

R = 36.46%
G = 61.46%
B = 2.08%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.97

 K value IS 0.54

RGB Variations

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

Color information

#467604 (or 0x467604) is known color: Green Leaf. HEX triplet: 46, 76 and 04. RGB value is (70,118,4). Sum of RGB (Red+Green+Blue) = 70+118+4=192 (25% of max value = 765). Red value is 70 (27.73% from 255 or 36.46% from 192); Green value is 118 (46.48% from 255 or 61.46% from 192); Blue value is 4 (1.95% from 255 or 2.08% from 192); Max value from RGB is 118 - color contains mainly: green. Hex color #467604 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #467604 is #B989FB. Grayscale: #5B5B5B. Windows color (decimal): -12159484 or 292422. OLE color: 292422.

HSL color Cylindrical-coordinate representation of color #467604: hue angle of 85.26º degrees, saturation: 0.93, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #467604 is Cyan = 0.41, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.54.

Color convert

RGB 70 118 4 -
CMYK 0.41 0 0.97 0.54
HSL 85.26º 0.93% 0.24% -
HSV(B) 85.26º 0.97% 0.46% -
XYZ 9.03 14.27 2.39 -
YUV 90.65 79.1 113.27 -
System Red Green Blue C M Y K H S L
Decimal 70 118 4 0.41 0 0.97 0.54 85.26 0.93 0.24
Hex 46 76 4 29 0 61 36 55 5D 18
Octal 106 166 4 51 0 141 66 125 135 30
Binary 1000110 1110110 100 101001 0 1100001 110110 1010101 1011101 11000

Color Harmonies of #467604

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #467604

Black with #467604

Text Example


Text Example

White with #467604

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #467604; }

 p { color: rgb(70,118,4); }

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

background-color css

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

 a { background-color: rgb(70,118,4); }

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

border-color css

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

 span { border-color: rgb(70,118,4); }

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