Html Css Color HEX #3C7230 Green House

📋 copy color: '#3C7230'

red 60 ◦ green 114 ◦ blue 48

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

Shades of Green House #3C7230

Tints of Green House #3C7230

RGB

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

 GREEN value IS 114 (44.92% from 255) = 51.35%

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

R = 27.03%
G = 51.35%
B = 21.62%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.58

 K value IS 0.55

RGB Variations

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

Color information

#3C7230 (or 0x3C7230) is known color: Green House. HEX triplet: 3C, 72 and 30. RGB value is (60,114,48). Sum of RGB (Red+Green+Blue) = 60+114+48=222 (29% of max value = 765). Red value is 60 (23.83% from 255 or 27.03% from 222); Green value is 114 (44.92% from 255 or 51.35% from 222); Blue value is 48 (19.14% from 255 or 21.62% from 222); Max value from RGB is 114 - color contains mainly: green. Hex color #3C7230 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C7230 is #C38DCF. Grayscale: #5A5A5A. Windows color (decimal): -12815824 or 3174972. OLE color: 3174972.

HSL color Cylindrical-coordinate representation of color #3C7230: hue angle of 109.09º degrees, saturation: 0.41, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3C7230 is Cyan = 0.47, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.55.

Color convert

RGB 60 114 48 -
CMYK 0.47 0 0.58 0.55
HSL 109.09º 0.41% 0.32% -
HSV(B) 109.09º 0.58% 0.45% -
XYZ 8.41 13.21 4.9 -
YUV 90.33 104.11 106.37 -
System Red Green Blue C M Y K H S L
Decimal 60 114 48 0.47 0 0.58 0.55 109.09 0.41 0.32
Hex 3C 72 30 2F 0 3A 37 6D 29 20
Octal 74 162 60 57 0 72 67 155 51 40
Binary 111100 1110010 110000 101111 0 111010 110111 1101101 101001 100000

Color Harmonies of #3C7230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C7230

Black with #3C7230

Text Example


Text Example

White with #3C7230

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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