Html Css Color HEX #3C5D38 Green House

📋 copy color: '#3C5D38'

red 60 ◦ green 93 ◦ blue 56

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

Shades of Green House #3C5D38

Tints of Green House #3C5D38

RGB

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

 GREEN value IS 93 (36.72% from 255) = 44.5%

 BLUE value IS 56 (22.27% from 255) = 26.79%

R = 28.71%
G = 44.5%
B = 26.79%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.40

 K value IS 0.64

RGB Variations

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

Color information

#3C5D38 (or 0x3C5D38) is known color: Green House. HEX triplet: 3C, 5D and 38. RGB value is (60,93,56). Sum of RGB (Red+Green+Blue) = 60+93+56=209 (27% of max value = 765). Red value is 60 (23.83% from 255 or 28.71% from 209); Green value is 93 (36.72% from 255 or 44.50% from 209); Blue value is 56 (22.27% from 255 or 26.79% from 209); Max value from RGB is 93 - color contains mainly: green. Hex color #3C5D38 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C5D38 is #C3A2C7. Grayscale: #4F4F4F. Windows color (decimal): -12821192 or 3693884. OLE color: 3693884.

HSL color Cylindrical-coordinate representation of color #3C5D38: hue angle of 113.51º degrees, saturation: 0.25, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #3C5D38 is Cyan = 0.35, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.64.

Color convert

RGB 60 93 56 -
CMYK 0.35 0 0.40 0.64
HSL 113.51º 0.25% 0.29% -
HSV(B) 113.51º 0.4% 0.36% -
XYZ 6.49 9.07 5.15 -
YUV 78.92 115.07 114.51 -
System Red Green Blue C M Y K H S L
Decimal 60 93 56 0.35 0 0.40 0.64 113.51 0.25 0.29
Hex 3C 5D 38 23 0 28 40 72 19 1D
Octal 74 135 70 43 0 50 100 162 31 35
Binary 111100 1011101 111000 100011 0 101000 1000000 1110010 11001 11101

Color Harmonies of #3C5D38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C5D38

Black with #3C5D38

Text Example


Text Example

White with #3C5D38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,93,56); }

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

background-color css

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

 a { background-color: rgb(60,93,56); }

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

border-color css

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

 span { border-color: rgb(60,93,56); }

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