Html Css Color HEX #3C5B33 Green House

📋 copy color: '#3C5B33'

red 60 ◦ green 91 ◦ blue 51

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

Shades of Green House #3C5B33

Tints of Green House #3C5B33

RGB

 RED value IS 60 (23.83% from 255) = 29.7%

 GREEN value IS 91 (35.94% from 255) = 45.05%

 BLUE value IS 51 (20.31% from 255) = 25.25%

R = 29.7%
G = 45.05%
B = 25.25%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.44

 K value IS 0.64

RGB Variations

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

Color information

#3C5B33 (or 0x3C5B33) is known color: Green House. HEX triplet: 3C, 5B and 33. RGB value is (60,91,51). Sum of RGB (Red+Green+Blue) = 60+91+51=202 (26% of max value = 765). Red value is 60 (23.83% from 255 or 29.70% from 202); Green value is 91 (35.94% from 255 or 45.05% from 202); Blue value is 51 (20.31% from 255 or 25.25% from 202); Max value from RGB is 91 - color contains mainly: green. Hex color #3C5B33 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C5B33 is #C3A4CC. Grayscale: #4D4D4D. Windows color (decimal): -12821709 or 3365692. OLE color: 3365692.

HSL color Cylindrical-coordinate representation of color #3C5B33: hue angle of 106.5º degrees, saturation: 0.28, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #3C5B33 is Cyan = 0.34, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.64.

Color convert

RGB 60 91 51 -
CMYK 0.34 0 0.44 0.64
HSL 106.5º 0.28% 0.28% -
HSV(B) 106.5º 0.44% 0.36% -
XYZ 6.2 8.68 4.48 -
YUV 77.17 113.23 115.75 -
System Red Green Blue C M Y K H S L
Decimal 60 91 51 0.34 0 0.44 0.64 106.5 0.28 0.28
Hex 3C 5B 33 22 0 2C 40 6A 1C 1C
Octal 74 133 63 42 0 54 100 152 34 34
Binary 111100 1011011 110011 100010 0 101100 1000000 1101010 11100 11100

Color Harmonies of #3C5B33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C5B33

Black with #3C5B33

Text Example


Text Example

White with #3C5B33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,91,51); }

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

background-color css

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

 a { background-color: rgb(60,91,51); }

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

border-color css

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

 span { border-color: rgb(60,91,51); }

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