Html Css Color HEX #356531 Green House

📋 copy color: '#356531'

red 53 ◦ green 101 ◦ blue 49

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

Shades of Green House #356531

Tints of Green House #356531

RGB

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

 GREEN value IS 101 (39.84% from 255) = 49.75%

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

R = 26.11%
G = 49.75%
B = 24.14%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.51

 K value IS 0.60

RGB Variations

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

Color information

#356531 (or 0x356531) is known color: Green House. HEX triplet: 35, 65 and 31. RGB value is (53,101,49). Sum of RGB (Red+Green+Blue) = 53+101+49=203 (26% of max value = 765). Red value is 53 (21.09% from 255 or 26.11% from 203); Green value is 101 (39.84% from 255 or 49.75% from 203); Blue value is 49 (19.53% from 255 or 24.14% from 203); Max value from RGB is 101 - color contains mainly: green. Hex color #356531 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #356531 is #CA9ACE. Grayscale: #505050. Windows color (decimal): -13277903 or 3237173. OLE color: 3237173.

HSL color Cylindrical-coordinate representation of color #356531: hue angle of 115.38º degrees, saturation: 0.35, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #356531 is Cyan = 0.48, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.60.

Color convert

RGB 53 101 49 -
CMYK 0.48 0 0.51 0.60
HSL 115.38º 0.35% 0.29% -
HSV(B) 115.38º 0.51% 0.4% -
XYZ 6.68 10.29 4.54 -
YUV 80.72 110.1 108.23 -
System Red Green Blue C M Y K H S L
Decimal 53 101 49 0.48 0 0.51 0.60 115.38 0.35 0.29
Hex 35 65 31 30 0 33 3C 73 23 1D
Octal 65 145 61 60 0 63 74 163 43 35
Binary 110101 1100101 110001 110000 0 110011 111100 1110011 100011 11101

Color Harmonies of #356531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356531

Black with #356531

Text Example


Text Example

White with #356531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #356531; }

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

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

background-color css

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

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

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

border-color css

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

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

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