Html Css Color HEX #3C6339 Green House

📋 copy color: '#3C6339'

red 60 ◦ green 99 ◦ blue 57

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

Shades of Green House #3C6339

Tints of Green House #3C6339

RGB

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

 GREEN value IS 99 (39.06% from 255) = 45.83%

 BLUE value IS 57 (22.66% from 255) = 26.39%

R = 27.78%
G = 45.83%
B = 26.39%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.42

 K value IS 0.61

RGB Variations

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

Color information

#3C6339 (or 0x3C6339) is known color: Green House. HEX triplet: 3C, 63 and 39. RGB value is (60,99,57). Sum of RGB (Red+Green+Blue) = 60+99+57=216 (28% of max value = 765). Red value is 60 (23.83% from 255 or 27.78% from 216); Green value is 99 (39.06% from 255 or 45.83% from 216); Blue value is 57 (22.66% from 255 or 26.39% from 216); Max value from RGB is 99 - color contains mainly: green. Hex color #3C6339 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C6339 is #C39CC6. Grayscale: #525252. Windows color (decimal): -12819655 or 3760956. OLE color: 3760956.

HSL color Cylindrical-coordinate representation of color #3C6339: hue angle of 115.71º degrees, saturation: 0.27, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #3C6339 is Cyan = 0.39, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.61.

Color convert

RGB 60 99 57 -
CMYK 0.39 0 0.42 0.61
HSL 115.71º 0.27% 0.31% -
HSV(B) 115.71º 0.42% 0.39% -
XYZ 7.06 10.18 5.46 -
YUV 82.55 113.58 111.92 -
System Red Green Blue C M Y K H S L
Decimal 60 99 57 0.39 0 0.42 0.61 115.71 0.27 0.31
Hex 3C 63 39 27 0 2A 3D 74 1B 1F
Octal 74 143 71 47 0 52 75 164 33 37
Binary 111100 1100011 111001 100111 0 101010 111101 1110100 11011 11111

Color Harmonies of #3C6339

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C6339

Black with #3C6339

Text Example


Text Example

White with #3C6339

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,99,57); }

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

background-color css

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

 a { background-color: rgb(60,99,57); }

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

border-color css

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

 span { border-color: rgb(60,99,57); }

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