Html Css Color HEX #356228 Green House

📋 copy color: '#356228'

red 53 ◦ green 98 ◦ blue 40

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

Shades of Green House #356228

Tints of Green House #356228

RGB

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

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

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

R = 27.75%
G = 51.31%
B = 20.94%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.59

 K value IS 0.62

RGB Variations

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

Color information

#356228 (or 0x356228) is known color: Green House. HEX triplet: 35, 62 and 28. RGB value is (53,98,40). Sum of RGB (Red+Green+Blue) = 53+98+40=191 (25% of max value = 765). Red value is 53 (21.09% from 255 or 27.75% from 191); Green value is 98 (38.67% from 255 or 51.31% from 191); Blue value is 40 (16.02% from 255 or 20.94% from 191); Max value from RGB is 98 - color contains mainly: green. Hex color #356228 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #356228 is #CA9DD7. Grayscale: #4E4E4E. Windows color (decimal): -13278680 or 2646581. OLE color: 2646581.

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

Color convert

RGB 53 98 40 -
CMYK 0.46 0 0.59 0.62
HSL 106.55º 0.42% 0.27% -
HSV(B) 106.55º 0.59% 0.38% -
XYZ 6.22 9.65 3.54 -
YUV 77.93 106.59 110.22 -
System Red Green Blue C M Y K H S L
Decimal 53 98 40 0.46 0 0.59 0.62 106.55 0.42 0.27
Hex 35 62 28 2E 0 3B 3E 6B 2A 1B
Octal 65 142 50 56 0 73 76 153 52 33
Binary 110101 1100010 101000 101110 0 111011 111110 1101011 101010 11011

Color Harmonies of #356228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356228

Black with #356228

Text Example


Text Example

White with #356228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #356228; }

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

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

background-color css

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

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

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

border-color css

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

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

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