Html Css Color HEX #3C7236 Green House

📋 copy color: '#3C7236'

red 60 ◦ green 114 ◦ blue 54

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

Shades of Green House #3C7236

Tints of Green House #3C7236

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 23.68%

R = 26.32%
G = 50%
B = 23.68%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.53

 K value IS 0.55

RGB Variations

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

Color information

#3C7236 (or 0x3C7236) is known color: Green House. HEX triplet: 3C, 72 and 36. RGB value is (60,114,54). Sum of RGB (Red+Green+Blue) = 60+114+54=228 (30% of max value = 765). Red value is 60 (23.83% from 255 or 26.32% from 228); Green value is 114 (44.92% from 255 or 50% from 228); Blue value is 54 (21.48% from 255 or 23.68% from 228); Max value from RGB is 114 - color contains mainly: green. Hex color #3C7236 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C7236 is #C38DC9. Grayscale: #5B5B5B. Windows color (decimal): -12815818 or 3568188. OLE color: 3568188.

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

Color convert

RGB 60 114 54 -
CMYK 0.47 0 0.53 0.55
HSL 114º 0.36% 0.33% -
HSV(B) 114º 0.53% 0.45% -
XYZ 8.55 13.26 5.6 -
YUV 91.01 107.11 105.88 -
System Red Green Blue C M Y K H S L
Decimal 60 114 54 0.47 0 0.53 0.55 114 0.36 0.33
Hex 3C 72 36 2F 0 35 37 72 24 21
Octal 74 162 66 57 0 65 67 162 44 41
Binary 111100 1110010 110110 101111 0 110101 110111 1110010 100100 100001

Color Harmonies of #3C7236

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C7236

Black with #3C7236

Text Example


Text Example

White with #3C7236

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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