Html Css Color HEX #467505 Green Leaf

📋 copy color: '#467505'

red 70 ◦ green 117 ◦ blue 5

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

Shades of Green Leaf #467505

Tints of Green Leaf #467505

RGB

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

 GREEN value IS 117 (46.09% from 255) = 60.94%

 BLUE value IS 5 (2.34% from 255) = 2.6%

R = 36.46%
G = 60.94%
B = 2.6%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.96

 K value IS 0.54

RGB Variations

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

Color information

#467505 (or 0x467505) is known color: Green Leaf. HEX triplet: 46, 75 and 05. RGB value is (70,117,5). Sum of RGB (Red+Green+Blue) = 70+117+5=192 (25% of max value = 765). Red value is 70 (27.73% from 255 or 36.46% from 192); Green value is 117 (46.09% from 255 or 60.94% from 192); Blue value is 5 (2.34% from 255 or 2.60% from 192); Max value from RGB is 117 - color contains mainly: green. Hex color #467505 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #467505 is #B98AFA. Grayscale: #5A5A5A. Windows color (decimal): -12159739 or 357702. OLE color: 357702.

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

Color convert

RGB 70 117 5 -
CMYK 0.40 0 0.96 0.54
HSL 85.18º 0.92% 0.24% -
HSV(B) 85.18º 0.96% 0.46% -
XYZ 8.91 14.04 2.38 -
YUV 90.18 79.93 113.61 -
System Red Green Blue C M Y K H S L
Decimal 70 117 5 0.40 0 0.96 0.54 85.18 0.92 0.24
Hex 46 75 5 28 0 60 36 55 5C 18
Octal 106 165 5 50 0 140 66 125 134 30
Binary 1000110 1110101 101 101000 0 1100000 110110 1010101 1011100 11000

Color Harmonies of #467505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #467505

Black with #467505

Text Example


Text Example

White with #467505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #467505; }

 p { color: rgb(70,117,5); }

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

background-color css

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

 a { background-color: rgb(70,117,5); }

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

border-color css

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

 span { border-color: rgb(70,117,5); }

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