Html Css Color HEX #467705 Green Leaf

📋 copy color: '#467705'

red 70 ◦ green 119 ◦ blue 5

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

Shades of Green Leaf #467705

Tints of Green Leaf #467705

RGB

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

 GREEN value IS 119 (46.88% from 255) = 61.34%

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

R = 36.08%
G = 61.34%
B = 2.58%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.96

 K value IS 0.53

RGB Variations

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

Color information

#467705 (or 0x467705) is known color: Green Leaf. HEX triplet: 46, 77 and 05. RGB value is (70,119,5). Sum of RGB (Red+Green+Blue) = 70+119+5=194 (25% of max value = 765). Red value is 70 (27.73% from 255 or 36.08% from 194); Green value is 119 (46.88% from 255 or 61.34% from 194); Blue value is 5 (2.34% from 255 or 2.58% from 194); Max value from RGB is 119 - color contains mainly: green. Hex color #467705 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #467705 is #B988FA. Grayscale: #5B5B5B. Windows color (decimal): -12159227 or 358214. OLE color: 358214.

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

Color convert

RGB 70 119 5 -
CMYK 0.41 0 0.96 0.53
HSL 85.79º 0.92% 0.24% -
HSV(B) 85.79º 0.96% 0.47% -
XYZ 9.15 14.51 2.46 -
YUV 91.35 79.27 112.77 -
System Red Green Blue C M Y K H S L
Decimal 70 119 5 0.41 0 0.96 0.53 85.79 0.92 0.24
Hex 46 77 5 29 0 60 35 56 5C 18
Octal 106 167 5 51 0 140 65 126 134 30
Binary 1000110 1110111 101 101001 0 1100000 110101 1010110 1011100 11000

Color Harmonies of #467705

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #467705

Black with #467705

Text Example


Text Example

White with #467705

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #467705; }

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

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

background-color css

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

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

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

border-color css

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

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

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