Html Css Color HEX #355B30 Green House

📋 copy color: '#355B30'

red 53 ◦ green 91 ◦ blue 48

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

Shades of Green House #355B30

Tints of Green House #355B30

RGB

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

 GREEN value IS 91 (35.94% from 255) = 47.4%

 BLUE value IS 48 (19.14% from 255) = 25%

R = 27.6%
G = 47.4%
B = 25%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.47

 K value IS 0.64

RGB Variations

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

Color information

#355B30 (or 0x355B30) is known color: Green House. HEX triplet: 35, 5B and 30. RGB value is (53,91,48). Sum of RGB (Red+Green+Blue) = 53+91+48=192 (25% of max value = 765). Red value is 53 (21.09% from 255 or 27.60% from 192); Green value is 91 (35.94% from 255 or 47.40% from 192); Blue value is 48 (19.14% from 255 or 25% from 192); Max value from RGB is 91 - color contains mainly: green. Hex color #355B30 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #355B30 is #CAA4CF. Grayscale: #4A4A4A. Windows color (decimal): -13280464 or 3169077. OLE color: 3169077.

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

Color convert

RGB 53 91 48 -
CMYK 0.42 0 0.47 0.64
HSL 113.02º 0.31% 0.27% -
HSV(B) 113.02º 0.47% 0.36% -
XYZ 5.74 8.45 4.13 -
YUV 74.74 112.91 112.5 -
System Red Green Blue C M Y K H S L
Decimal 53 91 48 0.42 0 0.47 0.64 113.02 0.31 0.27
Hex 35 5B 30 2A 0 2F 40 71 1F 1B
Octal 65 133 60 52 0 57 100 161 37 33
Binary 110101 1011011 110000 101010 0 101111 1000000 1110001 11111 11011

Color Harmonies of #355B30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355B30

Black with #355B30

Text Example


Text Example

White with #355B30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,91,48); }

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

background-color css

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

 a { background-color: rgb(53,91,48); }

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

border-color css

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

 span { border-color: rgb(53,91,48); }

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