Html Css Color HEX #467035 Green House

📋 copy color: '#467035'

red 70 ◦ green 112 ◦ blue 53

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

Shades of Green House #467035

Tints of Green House #467035

RGB

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

 GREEN value IS 112 (44.14% from 255) = 47.66%

 BLUE value IS 53 (21.09% from 255) = 22.55%

R = 29.79%
G = 47.66%
B = 22.55%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.53

 K value IS 0.56

RGB Variations

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

Color information

#467035 (or 0x467035) is known color: Green House. HEX triplet: 46, 70 and 35. RGB value is (70,112,53). Sum of RGB (Red+Green+Blue) = 70+112+53=235 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.79% from 235); Green value is 112 (44.14% from 255 or 47.66% from 235); Blue value is 53 (21.09% from 255 or 22.55% from 235); Max value from RGB is 112 - color contains mainly: green. Hex color #467035 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #467035 is #B98FCA. Grayscale: #5C5C5C. Windows color (decimal): -12160971 or 3502150. OLE color: 3502150.

HSL color Cylindrical-coordinate representation of color #467035: hue angle of 102.71º degrees, saturation: 0.36, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #467035 is Cyan = 0.38, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.56.

Color convert

RGB 70 112 53 -
CMYK 0.38 0 0.53 0.56
HSL 102.71º 0.36% 0.32% -
HSV(B) 102.71º 0.53% 0.44% -
XYZ 8.96 13.15 5.43 -
YUV 92.72 105.59 111.8 -
System Red Green Blue C M Y K H S L
Decimal 70 112 53 0.38 0 0.53 0.56 102.71 0.36 0.32
Hex 46 70 35 26 0 35 38 67 24 20
Octal 106 160 65 46 0 65 70 147 44 40
Binary 1000110 1110000 110101 100110 0 110101 111000 1100111 100100 100000

Color Harmonies of #467035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #467035

Black with #467035

Text Example


Text Example

White with #467035

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #467035; }

 p { color: rgb(70,112,53); }

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

background-color css

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

 a { background-color: rgb(70,112,53); }

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

border-color css

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

 span { border-color: rgb(70,112,53); }

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