Html Css Color HEX #3C6D30 Green House

📋 copy color: '#3C6D30'

red 60 ◦ green 109 ◦ blue 48

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

Shades of Green House #3C6D30

Tints of Green House #3C6D30

RGB

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

 GREEN value IS 109 (42.97% from 255) = 50.23%

 BLUE value IS 48 (19.14% from 255) = 22.12%

R = 27.65%
G = 50.23%
B = 22.12%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.56

 K value IS 0.57

RGB Variations

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

Color information

#3C6D30 (or 0x3C6D30) is known color: Green House. HEX triplet: 3C, 6D and 30. RGB value is (60,109,48). Sum of RGB (Red+Green+Blue) = 60+109+48=217 (28% of max value = 765). Red value is 60 (23.83% from 255 or 27.65% from 217); Green value is 109 (42.97% from 255 or 50.23% from 217); Blue value is 48 (19.14% from 255 or 22.12% from 217); Max value from RGB is 109 - color contains mainly: green. Hex color #3C6D30 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C6D30 is #C392CF. Grayscale: #575757. Windows color (decimal): -12817104 or 3173692. OLE color: 3173692.

HSL color Cylindrical-coordinate representation of color #3C6D30: hue angle of 108.2º degrees, saturation: 0.39, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3C6D30 is Cyan = 0.45, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.57.

Color convert

RGB 60 109 48 -
CMYK 0.45 0 0.56 0.57
HSL 108.2º 0.39% 0.31% -
HSV(B) 108.2º 0.56% 0.43% -
XYZ 7.87 12.11 4.72 -
YUV 87.4 105.77 108.46 -
System Red Green Blue C M Y K H S L
Decimal 60 109 48 0.45 0 0.56 0.57 108.2 0.39 0.31
Hex 3C 6D 30 2D 0 38 39 6C 27 1F
Octal 74 155 60 55 0 70 71 154 47 37
Binary 111100 1101101 110000 101101 0 111000 111001 1101100 100111 11111

Color Harmonies of #3C6D30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C6D30

Black with #3C6D30

Text Example


Text Example

White with #3C6D30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,109,48); }

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

background-color css

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

 a { background-color: rgb(60,109,48); }

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

border-color css

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

 span { border-color: rgb(60,109,48); }

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