Html Css Color HEX #356B28 Green House

📋 copy color: '#356B28'

red 53 ◦ green 107 ◦ blue 40

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

Shades of Green House #356B28

Tints of Green House #356B28

RGB

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

 GREEN value IS 107 (42.19% from 255) = 53.5%

 BLUE value IS 40 (16.02% from 255) = 20%

R = 26.5%
G = 53.5%
B = 20%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.63

 K value IS 0.58

RGB Variations

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

Color information

#356B28 (or 0x356B28) is known color: Green House. HEX triplet: 35, 6B and 28. RGB value is (53,107,40). Sum of RGB (Red+Green+Blue) = 53+107+40=200 (26% of max value = 765). Red value is 53 (21.09% from 255 or 26.5% from 200); Green value is 107 (42.19% from 255 or 53.5% from 200); Blue value is 40 (16.02% from 255 or 20% from 200); Max value from RGB is 107 - color contains mainly: green. Hex color #356B28 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #356B28 is #CA94D7. Grayscale: #535353. Windows color (decimal): -13276376 or 2648885. OLE color: 2648885.

HSL color Cylindrical-coordinate representation of color #356B28: hue angle of 108.36º degrees, saturation: 0.46, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #356B28 is Cyan = 0.50, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.58.

Color convert

RGB 53 107 40 -
CMYK 0.50 0 0.63 0.58
HSL 108.36º 0.46% 0.29% -
HSV(B) 108.36º 0.63% 0.42% -
XYZ 7.11 11.43 3.84 -
YUV 83.22 103.61 106.45 -
System Red Green Blue C M Y K H S L
Decimal 53 107 40 0.50 0 0.63 0.58 108.36 0.46 0.29
Hex 35 6B 28 32 0 3F 3A 6C 2E 1D
Octal 65 153 50 62 0 77 72 154 56 35
Binary 110101 1101011 101000 110010 0 111111 111010 1101100 101110 11101

Color Harmonies of #356B28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356B28

Black with #356B28

Text Example


Text Example

White with #356B28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #356B28; }

 p { color: rgb(53,107,40); }

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

background-color css

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

 a { background-color: rgb(53,107,40); }

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

border-color css

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

 span { border-color: rgb(53,107,40); }

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