Html Css Color HEX #356030 Green House

📋 copy color: '#356030'

red 53 ◦ green 96 ◦ blue 48

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

Shades of Green House #356030

Tints of Green House #356030

RGB

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

 GREEN value IS 96 (37.89% from 255) = 48.73%

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

R = 26.9%
G = 48.73%
B = 24.37%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.50

 K value IS 0.62

RGB Variations

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

Color information

#356030 (or 0x356030) is known color: Green House. HEX triplet: 35, 60 and 30. RGB value is (53,96,48). Sum of RGB (Red+Green+Blue) = 53+96+48=197 (26% of max value = 765). Red value is 53 (21.09% from 255 or 26.90% from 197); Green value is 96 (37.89% from 255 or 48.73% from 197); Blue value is 48 (19.14% from 255 or 24.37% from 197); Max value from RGB is 96 - color contains mainly: green. Hex color #356030 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #356030 is #CA9FCF. Grayscale: #4D4D4D. Windows color (decimal): -13279184 or 3170357. OLE color: 3170357.

HSL color Cylindrical-coordinate representation of color #356030: hue angle of 113.75º degrees, saturation: 0.33, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #356030 is Cyan = 0.45, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.62.

Color convert

RGB 53 96 48 -
CMYK 0.45 0 0.50 0.62
HSL 113.75º 0.33% 0.28% -
HSV(B) 113.75º 0.5% 0.38% -
XYZ 6.18 9.34 4.27 -
YUV 77.67 111.25 110.4 -
System Red Green Blue C M Y K H S L
Decimal 53 96 48 0.45 0 0.50 0.62 113.75 0.33 0.28
Hex 35 60 30 2D 0 32 3E 72 21 1C
Octal 65 140 60 55 0 62 76 162 41 34
Binary 110101 1100000 110000 101101 0 110010 111110 1110010 100001 11100

Color Harmonies of #356030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356030

Black with #356030

Text Example


Text Example

White with #356030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #356030; }

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

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

background-color css

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

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

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

border-color css

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

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

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