Html Css Color HEX #355C28 Green House

📋 copy color: '#355C28'

red 53 ◦ green 92 ◦ blue 40

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

Shades of Green House #355C28

Tints of Green House #355C28

RGB

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

 GREEN value IS 92 (36.33% from 255) = 49.73%

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

R = 28.65%
G = 49.73%
B = 21.62%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.57

 K value IS 0.64

RGB Variations

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

Color information

#355C28 (or 0x355C28) is known color: Green House. HEX triplet: 35, 5C and 28. RGB value is (53,92,40). Sum of RGB (Red+Green+Blue) = 53+92+40=185 (24% of max value = 765). Red value is 53 (21.09% from 255 or 28.65% from 185); Green value is 92 (36.33% from 255 or 49.73% from 185); Blue value is 40 (16.02% from 255 or 21.62% from 185); Max value from RGB is 92 - color contains mainly: green. Hex color #355C28 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #355C28 is #CAA3D7. Grayscale: #4A4A4A. Windows color (decimal): -13280216 or 2645045. OLE color: 2645045.

HSL color Cylindrical-coordinate representation of color #355C28: hue angle of 105º degrees, saturation: 0.39, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #355C28 is Cyan = 0.42, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.64.

Color convert

RGB 53 92 40 -
CMYK 0.42 0 0.57 0.64
HSL 105º 0.39% 0.26% -
HSV(B) 105º 0.57% 0.36% -
XYZ 5.68 8.56 3.36 -
YUV 74.41 108.58 112.73 -
System Red Green Blue C M Y K H S L
Decimal 53 92 40 0.42 0 0.57 0.64 105 0.39 0.26
Hex 35 5C 28 2A 0 39 40 69 27 1A
Octal 65 134 50 52 0 71 100 151 47 32
Binary 110101 1011100 101000 101010 0 111001 1000000 1101001 100111 11010

Color Harmonies of #355C28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355C28

Black with #355C28

Text Example


Text Example

White with #355C28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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