Html Css Color HEX #467234 Green House

📋 copy color: '#467234'

red 70 ◦ green 114 ◦ blue 52

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

Shades of Green House #467234

Tints of Green House #467234

RGB

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

 GREEN value IS 114 (44.92% from 255) = 48.31%

 BLUE value IS 52 (20.7% from 255) = 22.03%

R = 29.66%
G = 48.31%
B = 22.03%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.54

 K value IS 0.55

RGB Variations

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

Color information

#467234 (or 0x467234) is known color: Green House. HEX triplet: 46, 72 and 34. RGB value is (70,114,52). Sum of RGB (Red+Green+Blue) = 70+114+52=236 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.66% from 236); Green value is 114 (44.92% from 255 or 48.31% from 236); Blue value is 52 (20.70% from 255 or 22.03% from 236); Max value from RGB is 114 - color contains mainly: green. Hex color #467234 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #467234 is #B98DCB. Grayscale: #5D5D5D. Windows color (decimal): -12160460 or 3437126. OLE color: 3437126.

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

Color convert

RGB 70 114 52 -
CMYK 0.39 0 0.54 0.55
HSL 102.58º 0.37% 0.33% -
HSV(B) 102.58º 0.54% 0.45% -
XYZ 9.16 13.58 5.39 -
YUV 93.78 104.42 111.04 -
System Red Green Blue C M Y K H S L
Decimal 70 114 52 0.39 0 0.54 0.55 102.58 0.37 0.33
Hex 46 72 34 27 0 36 37 67 25 21
Octal 106 162 64 47 0 66 67 147 45 41
Binary 1000110 1110010 110100 100111 0 110110 110111 1100111 100101 100001

Color Harmonies of #467234

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #467234

Black with #467234

Text Example


Text Example

White with #467234

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #467234; }

 p { color: rgb(70,114,52); }

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

background-color css

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

 a { background-color: rgb(70,114,52); }

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

border-color css

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

 span { border-color: rgb(70,114,52); }

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