Html Css Color HEX #3C6032 Green House

📋 copy color: '#3C6032'

red 60 ◦ green 96 ◦ blue 50

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

Shades of Green House #3C6032

Tints of Green House #3C6032

RGB

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

 GREEN value IS 96 (37.89% from 255) = 46.6%

 BLUE value IS 50 (19.92% from 255) = 24.27%

R = 29.13%
G = 46.6%
B = 24.27%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.48

 K value IS 0.62

RGB Variations

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

Color information

#3C6032 (or 0x3C6032) is known color: Green House. HEX triplet: 3C, 60 and 32. RGB value is (60,96,50). Sum of RGB (Red+Green+Blue) = 60+96+50=206 (27% of max value = 765). Red value is 60 (23.83% from 255 or 29.13% from 206); Green value is 96 (37.89% from 255 or 46.60% from 206); Blue value is 50 (19.92% from 255 or 24.27% from 206); Max value from RGB is 96 - color contains mainly: green. Hex color #3C6032 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C6032 is #C39FCD. Grayscale: #505050. Windows color (decimal): -12820430 or 3301436. OLE color: 3301436.

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

Color convert

RGB 60 96 50 -
CMYK 0.38 0 0.48 0.62
HSL 106.96º 0.32% 0.29% -
HSV(B) 106.96º 0.48% 0.38% -
XYZ 6.62 9.56 4.51 -
YUV 79.99 111.07 113.74 -
System Red Green Blue C M Y K H S L
Decimal 60 96 50 0.38 0 0.48 0.62 106.96 0.32 0.29
Hex 3C 60 32 26 0 30 3E 6B 20 1D
Octal 74 140 62 46 0 60 76 153 40 35
Binary 111100 1100000 110010 100110 0 110000 111110 1101011 100000 11101

Color Harmonies of #3C6032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C6032

Black with #3C6032

Text Example


Text Example

White with #3C6032

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,96,50); }

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

background-color css

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

 a { background-color: rgb(60,96,50); }

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

border-color css

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

 span { border-color: rgb(60,96,50); }

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