Html Css Color HEX #3C6037 Green House

📋 copy color: '#3C6037'

red 60 ◦ green 96 ◦ blue 55

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

Shades of Green House #3C6037

Tints of Green House #3C6037

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 26.07%

R = 28.44%
G = 45.5%
B = 26.07%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.43

 K value IS 0.62

RGB Variations

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

Color information

#3C6037 (or 0x3C6037) is known color: Green House. HEX triplet: 3C, 60 and 37. RGB value is (60,96,55). Sum of RGB (Red+Green+Blue) = 60+96+55=211 (27% of max value = 765). Red value is 60 (23.83% from 255 or 28.44% from 211); Green value is 96 (37.89% from 255 or 45.50% from 211); Blue value is 55 (21.88% from 255 or 26.07% from 211); Max value from RGB is 96 - color contains mainly: green. Hex color #3C6037 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C6037 is #C39FC8. Grayscale: #505050. Windows color (decimal): -12820425 or 3629116. OLE color: 3629116.

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

Color convert

RGB 60 96 55 -
CMYK 0.38 0 0.43 0.62
HSL 112.68º 0.27% 0.3% -
HSV(B) 112.68º 0.43% 0.38% -
XYZ 6.74 9.6 5.11 -
YUV 80.56 113.57 113.33 -
System Red Green Blue C M Y K H S L
Decimal 60 96 55 0.38 0 0.43 0.62 112.68 0.27 0.3
Hex 3C 60 37 26 0 2B 3E 71 1B 1E
Octal 74 140 67 46 0 53 76 161 33 36
Binary 111100 1100000 110111 100110 0 101011 111110 1110001 11011 11110

Color Harmonies of #3C6037

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C6037

Black with #3C6037

Text Example


Text Example

White with #3C6037

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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