Html Css Color HEX #356421 Green House

📋 copy color: '#356421'

red 53 ◦ green 100 ◦ blue 33

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

Shades of Green House #356421

Tints of Green House #356421

RGB

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

 GREEN value IS 100 (39.45% from 255) = 53.76%

 BLUE value IS 33 (13.28% from 255) = 17.74%

R = 28.49%
G = 53.76%
B = 17.74%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.67

 K value IS 0.61

RGB Variations

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

Color information

#356421 (or 0x356421) is known color: Green House. HEX triplet: 35, 64 and 21. RGB value is (53,100,33). Sum of RGB (Red+Green+Blue) = 53+100+33=186 (24% of max value = 765). Red value is 53 (21.09% from 255 or 28.49% from 186); Green value is 100 (39.45% from 255 or 53.76% from 186); Blue value is 33 (13.28% from 255 or 17.74% from 186); Max value from RGB is 100 - color contains mainly: green. Hex color #356421 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #356421 is #CA9BDE. Grayscale: #4E4E4E. Windows color (decimal): -13278175 or 2188341. OLE color: 2188341.

HSL color Cylindrical-coordinate representation of color #356421: hue angle of 102.09º degrees, saturation: 0.5, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #356421 is Cyan = 0.47, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.61.

Color convert

RGB 53 100 33 -
CMYK 0.47 0 0.67 0.61
HSL 102.09º 0.5% 0.26% -
HSV(B) 102.09º 0.67% 0.39% -
XYZ 6.3 9.98 3.03 -
YUV 78.31 102.43 109.95 -
System Red Green Blue C M Y K H S L
Decimal 53 100 33 0.47 0 0.67 0.61 102.09 0.5 0.26
Hex 35 64 21 2F 0 43 3D 66 32 1A
Octal 65 144 41 57 0 103 75 146 62 32
Binary 110101 1100100 100001 101111 0 1000011 111101 1100110 110010 11010

Color Harmonies of #356421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356421

Black with #356421

Text Example


Text Example

White with #356421

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #356421; }

 p { color: rgb(53,100,33); }

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

background-color css

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

 a { background-color: rgb(53,100,33); }

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

border-color css

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

 span { border-color: rgb(53,100,33); }

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