Html Css Color HEX #356C28 Green House

📋 copy color: '#356C28'

red 53 ◦ green 108 ◦ blue 40

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

Shades of Green House #356C28

Tints of Green House #356C28

RGB

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

 GREEN value IS 108 (42.58% from 255) = 53.73%

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

R = 26.37%
G = 53.73%
B = 19.9%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.63

 K value IS 0.58

RGB Variations

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

Color information

#356C28 (or 0x356C28) is known color: Green House. HEX triplet: 35, 6C and 28. RGB value is (53,108,40). Sum of RGB (Red+Green+Blue) = 53+108+40=201 (26% of max value = 765). Red value is 53 (21.09% from 255 or 26.37% from 201); Green value is 108 (42.58% from 255 or 53.73% from 201); Blue value is 40 (16.02% from 255 or 19.90% from 201); Max value from RGB is 108 - color contains mainly: green. Hex color #356C28 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #356C28 is #CA93D7. Grayscale: #545454. Windows color (decimal): -13276120 or 2649141. OLE color: 2649141.

HSL color Cylindrical-coordinate representation of color #356C28: hue angle of 108.53º 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 #356C28 is Cyan = 0.51, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.58.

Color convert

RGB 53 108 40 -
CMYK 0.51 0 0.63 0.58
HSL 108.53º 0.46% 0.29% -
HSV(B) 108.53º 0.63% 0.42% -
XYZ 7.21 11.64 3.87 -
YUV 83.8 103.28 106.03 -
System Red Green Blue C M Y K H S L
Decimal 53 108 40 0.51 0 0.63 0.58 108.53 0.46 0.29
Hex 35 6C 28 33 0 3F 3A 6D 2E 1D
Octal 65 154 50 63 0 77 72 155 56 35
Binary 110101 1101100 101000 110011 0 111111 111010 1101101 101110 11101

Color Harmonies of #356C28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356C28

Black with #356C28

Text Example


Text Example

White with #356C28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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