Html Css Color HEX #356226 Green House

📋 copy color: '#356226'

red 53 ◦ green 98 ◦ blue 38

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

Shades of Green House #356226

Tints of Green House #356226

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 20.11%

R = 28.04%
G = 51.85%
B = 20.11%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.61

 K value IS 0.62

RGB Variations

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

Color information

#356226 (or 0x356226) is known color: Green House. HEX triplet: 35, 62 and 26. RGB value is (53,98,38). Sum of RGB (Red+Green+Blue) = 53+98+38=189 (25% of max value = 765). Red value is 53 (21.09% from 255 or 28.04% from 189); Green value is 98 (38.67% from 255 or 51.85% from 189); Blue value is 38 (15.23% from 255 or 20.11% from 189); Max value from RGB is 98 - color contains mainly: green. Hex color #356226 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #356226 is #CA9DD9. Grayscale: #4D4D4D. Windows color (decimal): -13278682 or 2515509. OLE color: 2515509.

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

Color convert

RGB 53 98 38 -
CMYK 0.46 0 0.61 0.62
HSL 105º 0.44% 0.27% -
HSV(B) 105º 0.61% 0.38% -
XYZ 6.19 9.63 3.37 -
YUV 77.71 105.59 110.38 -
System Red Green Blue C M Y K H S L
Decimal 53 98 38 0.46 0 0.61 0.62 105 0.44 0.27
Hex 35 62 26 2E 0 3D 3E 69 2C 1B
Octal 65 142 46 56 0 75 76 151 54 33
Binary 110101 1100010 100110 101110 0 111101 111110 1101001 101100 11011

Color Harmonies of #356226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356226

Black with #356226

Text Example


Text Example

White with #356226

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #356226; }

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

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

background-color css

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

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

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

border-color css

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

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

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