Html Css Color HEX #356B2E Green House

📋 copy color: '#356B2E'

red 53 ◦ green 107 ◦ blue 46

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

Shades of Green House #356B2E

Tints of Green House #356B2E

RGB

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

 GREEN value IS 107 (42.19% from 255) = 51.94%

 BLUE value IS 46 (18.36% from 255) = 22.33%

R = 25.73%
G = 51.94%
B = 22.33%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.57

 K value IS 0.58

RGB Variations

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

Color information

#356B2E (or 0x356B2E) is known color: Green House. HEX triplet: 35, 6B and 2E. RGB value is (53,107,46). Sum of RGB (Red+Green+Blue) = 53+107+46=206 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.73% from 206); Green value is 107 (42.19% from 255 or 51.94% from 206); Blue value is 46 (18.36% from 255 or 22.33% from 206); Max value from RGB is 107 - color contains mainly: green. Hex color #356B2E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #356B2E is #CA94D1. Grayscale: #545454. Windows color (decimal): -13276370 or 3042101. OLE color: 3042101.

HSL color Cylindrical-coordinate representation of color #356B2E: hue angle of 113.11º degrees, saturation: 0.4, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #356B2E is Cyan = 0.50, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.58.

Color convert

RGB 53 107 46 -
CMYK 0.50 0 0.57 0.58
HSL 113.11º 0.4% 0.3% -
HSV(B) 113.11º 0.57% 0.42% -
XYZ 7.22 11.47 4.42 -
YUV 83.9 106.61 105.96 -
System Red Green Blue C M Y K H S L
Decimal 53 107 46 0.50 0 0.57 0.58 113.11 0.4 0.3
Hex 35 6B 2E 32 0 39 3A 71 28 1E
Octal 65 153 56 62 0 71 72 161 50 36
Binary 110101 1101011 101110 110010 0 111001 111010 1110001 101000 11110

Color Harmonies of #356B2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356B2E

Black with #356B2E

Text Example


Text Example

White with #356B2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #356B2E; }

 p { color: rgb(53,107,46); }

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

background-color css

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

 a { background-color: rgb(53,107,46); }

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

border-color css

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

 span { border-color: rgb(53,107,46); }

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