Html Css Color HEX #356230 Green House

📋 copy color: '#356230'

red 53 ◦ green 98 ◦ blue 48

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

Shades of Green House #356230

Tints of Green House #356230

RGB

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

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

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

R = 26.63%
G = 49.25%
B = 24.12%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.51

 K value IS 0.62

RGB Variations

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

Color information

#356230 (or 0x356230) is known color: Green House. HEX triplet: 35, 62 and 30. RGB value is (53,98,48). Sum of RGB (Red+Green+Blue) = 53+98+48=199 (26% of max value = 765). Red value is 53 (21.09% from 255 or 26.63% from 199); Green value is 98 (38.67% from 255 or 49.25% from 199); Blue value is 48 (19.14% from 255 or 24.12% from 199); Max value from RGB is 98 - color contains mainly: green. Hex color #356230 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #356230 is #CA9DCF. Grayscale: #4F4F4F. Windows color (decimal): -13278672 or 3170869. OLE color: 3170869.

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

Color convert

RGB 53 98 48 -
CMYK 0.46 0 0.51 0.62
HSL 114º 0.34% 0.29% -
HSV(B) 114º 0.51% 0.38% -
XYZ 6.37 9.71 4.33 -
YUV 78.85 110.59 109.57 -
System Red Green Blue C M Y K H S L
Decimal 53 98 48 0.46 0 0.51 0.62 114 0.34 0.29
Hex 35 62 30 2E 0 33 3E 72 22 1D
Octal 65 142 60 56 0 63 76 162 42 35
Binary 110101 1100010 110000 101110 0 110011 111110 1110010 100010 11101

Color Harmonies of #356230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356230

Black with #356230

Text Example


Text Example

White with #356230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #356230; }

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

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

background-color css

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

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

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

border-color css

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

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

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