Html Css Color HEX #3B6235 Green House

📋 copy color: '#3B6235'

red 59 ◦ green 98 ◦ blue 53

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

Shades of Green House #3B6235

Tints of Green House #3B6235

RGB

 RED value IS 59 (23.44% from 255) = 28.1%

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

 BLUE value IS 53 (21.09% from 255) = 25.24%

R = 28.1%
G = 46.67%
B = 25.24%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.46

 K value IS 0.62

RGB Variations

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

Color information

#3B6235 (or 0x3B6235) is known color: Green House. HEX triplet: 3B, 62 and 35. RGB value is (59,98,53). Sum of RGB (Red+Green+Blue) = 59+98+53=210 (27% of max value = 765). Red value is 59 (23.44% from 255 or 28.10% from 210); Green value is 98 (38.67% from 255 or 46.67% from 210); Blue value is 53 (21.09% from 255 or 25.24% from 210); Max value from RGB is 98 - color contains mainly: green. Hex color #3B6235 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3B6235 is #C49DCA. Grayscale: #515151. Windows color (decimal): -12885451 or 3498555. OLE color: 3498555.

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

Color convert

RGB 59 98 53 -
CMYK 0.40 0 0.46 0.62
HSL 112º 0.3% 0.3% -
HSV(B) 112º 0.46% 0.38% -
XYZ 6.81 9.92 4.92 -
YUV 81.21 112.08 112.16 -
System Red Green Blue C M Y K H S L
Decimal 59 98 53 0.40 0 0.46 0.62 112 0.3 0.3
Hex 3B 62 35 28 0 2E 3E 70 1E 1E
Octal 73 142 65 50 0 56 76 160 36 36
Binary 111011 1100010 110101 101000 0 101110 111110 1110000 11110 11110

Color Harmonies of #3B6235

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B6235

Black with #3B6235

Text Example


Text Example

White with #3B6235

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3B6235; }

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

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

background-color css

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

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

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

border-color css

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

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

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