Html Css Color HEX #355F2A Green House

📋 copy color: '#355F2A'

red 53 ◦ green 95 ◦ blue 42

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

Shades of Green House #355F2A

Tints of Green House #355F2A

RGB

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

 GREEN value IS 95 (37.5% from 255) = 50%

 BLUE value IS 42 (16.8% from 255) = 22.11%

R = 27.89%
G = 50%
B = 22.11%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.56

 K value IS 0.63

RGB Variations

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

Color information

#355F2A (or 0x355F2A) is known color: Green House. HEX triplet: 35, 5F and 2A. RGB value is (53,95,42). Sum of RGB (Red+Green+Blue) = 53+95+42=190 (25% of max value = 765). Red value is 53 (21.09% from 255 or 27.89% from 190); Green value is 95 (37.5% from 255 or 50% from 190); Blue value is 42 (16.80% from 255 or 22.11% from 190); Max value from RGB is 95 - color contains mainly: green. Hex color #355F2A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #355F2A is #CAA0D5. Grayscale: #4C4C4C. Windows color (decimal): -13279446 or 2776885. OLE color: 2776885.

HSL color Cylindrical-coordinate representation of color #355F2A: hue angle of 107.55º degrees, saturation: 0.39, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #355F2A is Cyan = 0.44, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.63.

Color convert

RGB 53 95 42 -
CMYK 0.44 0 0.56 0.63
HSL 107.55º 0.39% 0.27% -
HSV(B) 107.55º 0.56% 0.37% -
XYZ 5.98 9.11 3.63 -
YUV 76.4 108.59 111.31 -
System Red Green Blue C M Y K H S L
Decimal 53 95 42 0.44 0 0.56 0.63 107.55 0.39 0.27
Hex 35 5F 2A 2C 0 38 3F 6C 27 1B
Octal 65 137 52 54 0 70 77 154 47 33
Binary 110101 1011111 101010 101100 0 111000 111111 1101100 100111 11011

Color Harmonies of #355F2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355F2A

Black with #355F2A

Text Example


Text Example

White with #355F2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,95,42); }

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

background-color css

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

 a { background-color: rgb(53,95,42); }

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

border-color css

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

 span { border-color: rgb(53,95,42); }

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