Html Css Color HEX #3C6C28 Green House

📋 copy color: '#3C6C28'

red 60 ◦ green 108 ◦ blue 40

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

Shades of Green House #3C6C28

Tints of Green House #3C6C28

RGB

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

 GREEN value IS 108 (42.58% from 255) = 51.92%

 BLUE value IS 40 (16.02% from 255) = 19.23%

R = 28.85%
G = 51.92%
B = 19.23%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.63

 K value IS 0.58

RGB Variations

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

Color information

#3C6C28 (or 0x3C6C28) is known color: Green House. HEX triplet: 3C, 6C and 28. RGB value is (60,108,40). Sum of RGB (Red+Green+Blue) = 60+108+40=208 (27% of max value = 765). Red value is 60 (23.83% from 255 or 28.85% from 208); Green value is 108 (42.58% from 255 or 51.92% from 208); Blue value is 40 (16.02% from 255 or 19.23% from 208); Max value from RGB is 108 - color contains mainly: green. Hex color #3C6C28 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C6C28 is #C393D7. Grayscale: #565656. Windows color (decimal): -12817368 or 2649148. OLE color: 2649148.

HSL color Cylindrical-coordinate representation of color #3C6C28: hue angle of 102.35º degrees, saturation: 0.46, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3C6C28 is Cyan = 0.44, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.58.

Color convert

RGB 60 108 40 -
CMYK 0.44 0 0.63 0.58
HSL 102.35º 0.46% 0.29% -
HSV(B) 102.35º 0.63% 0.42% -
XYZ 7.61 11.84 3.89 -
YUV 85.9 102.1 109.53 -
System Red Green Blue C M Y K H S L
Decimal 60 108 40 0.44 0 0.63 0.58 102.35 0.46 0.29
Hex 3C 6C 28 2C 0 3F 3A 66 2E 1D
Octal 74 154 50 54 0 77 72 146 56 35
Binary 111100 1101100 101000 101100 0 111111 111010 1100110 101110 11101

Color Harmonies of #3C6C28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C6C28

Black with #3C6C28

Text Example


Text Example

White with #3C6C28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,108,40); }

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

background-color css

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

 a { background-color: rgb(60,108,40); }

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

border-color css

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

 span { border-color: rgb(60,108,40); }

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