Html Css Color HEX #356231 Green House

📋 copy color: '#356231'

red 53 ◦ green 98 ◦ blue 49

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

Shades of Green House #356231

Tints of Green House #356231

RGB

 RED value IS 53 (21.09% from 255) = 26.5%

 GREEN value IS 98 (38.67% from 255) = 49%

 BLUE value IS 49 (19.53% from 255) = 24.5%

R = 26.5%
G = 49%
B = 24.5%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.5

 K value IS 0.62

RGB Variations

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

Color information

#356231 (or 0x356231) is known color: Green House. HEX triplet: 35, 62 and 31. RGB value is (53,98,49). Sum of RGB (Red+Green+Blue) = 53+98+49=200 (26% of max value = 765). Red value is 53 (21.09% from 255 or 26.5% from 200); Green value is 98 (38.67% from 255 or 49% from 200); Blue value is 49 (19.53% from 255 or 24.5% from 200); Max value from RGB is 98 - color contains mainly: green. Hex color #356231 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #356231 is #CA9DCE. Grayscale: #4F4F4F. Windows color (decimal): -13278671 or 3236405. OLE color: 3236405.

HSL color Cylindrical-coordinate representation of color #356231: hue angle of 115.1º degrees, saturation: 0.33, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #356231 is Cyan = 0.46, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.62.

Color convert

RGB 53 98 49 -
CMYK 0.46 0 0.5 0.62
HSL 115.1º 0.33% 0.29% -
HSV(B) 115.1º 0.5% 0.38% -
XYZ 6.39 9.71 4.44 -
YUV 78.96 111.09 109.48 -
System Red Green Blue C M Y K H S L
Decimal 53 98 49 0.46 0 0.5 0.62 115.1 0.33 0.29
Hex 35 62 31 2E 0 32 3E 73 21 1D
Octal 65 142 61 56 0 62 76 163 41 35
Binary 110101 1100010 110001 101110 0 110010 111110 1110011 100001 11101

Color Harmonies of #356231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356231

Black with #356231

Text Example


Text Example

White with #356231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #356231; }

 p { color: rgb(53,98,49); }

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

background-color css

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

 a { background-color: rgb(53,98,49); }

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

border-color css

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

 span { border-color: rgb(53,98,49); }

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