Html Css Color HEX #356328 Green House

📋 copy color: '#356328'

red 53 ◦ green 99 ◦ blue 40

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

Shades of Green House #356328

Tints of Green House #356328

RGB

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

 GREEN value IS 99 (39.06% from 255) = 51.56%

 BLUE value IS 40 (16.02% from 255) = 20.83%

R = 27.6%
G = 51.56%
B = 20.83%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.60

 K value IS 0.61

RGB Variations

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

Color information

#356328 (or 0x356328) is known color: Green House. HEX triplet: 35, 63 and 28. RGB value is (53,99,40). Sum of RGB (Red+Green+Blue) = 53+99+40=192 (25% of max value = 765). Red value is 53 (21.09% from 255 or 27.60% from 192); Green value is 99 (39.06% from 255 or 51.56% from 192); Blue value is 40 (16.02% from 255 or 20.83% from 192); Max value from RGB is 99 - color contains mainly: green. Hex color #356328 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #356328 is #CA9CD7. Grayscale: #4E4E4E. Windows color (decimal): -13278424 or 2646837. OLE color: 2646837.

HSL color Cylindrical-coordinate representation of color #356328: hue angle of 106.78º degrees, saturation: 0.42, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #356328 is Cyan = 0.46, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.61.

Color convert

RGB 53 99 40 -
CMYK 0.46 0 0.60 0.61
HSL 106.78º 0.42% 0.27% -
HSV(B) 106.78º 0.6% 0.39% -
XYZ 6.31 9.83 3.57 -
YUV 78.52 106.26 109.8 -
System Red Green Blue C M Y K H S L
Decimal 53 99 40 0.46 0 0.60 0.61 106.78 0.42 0.27
Hex 35 63 28 2E 0 3C 3D 6B 2A 1B
Octal 65 143 50 56 0 74 75 153 52 33
Binary 110101 1100011 101000 101110 0 111100 111101 1101011 101010 11011

Color Harmonies of #356328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356328

Black with #356328

Text Example


Text Example

White with #356328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #356328; }

 p { color: rgb(53,99,40); }

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

background-color css

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

 a { background-color: rgb(53,99,40); }

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

border-color css

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

 span { border-color: rgb(53,99,40); }

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