Html Css Color HEX #3C7232 Green House

📋 copy color: '#3C7232'

red 60 ◦ green 114 ◦ blue 50

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

Shades of Green House #3C7232

Tints of Green House #3C7232

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 22.32%

R = 26.79%
G = 50.89%
B = 22.32%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.56

 K value IS 0.55

RGB Variations

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

Color information

#3C7232 (or 0x3C7232) is known color: Green House. HEX triplet: 3C, 72 and 32. RGB value is (60,114,50). Sum of RGB (Red+Green+Blue) = 60+114+50=224 (29% of max value = 765). Red value is 60 (23.83% from 255 or 26.79% from 224); Green value is 114 (44.92% from 255 or 50.89% from 224); Blue value is 50 (19.92% from 255 or 22.32% from 224); Max value from RGB is 114 - color contains mainly: green. Hex color #3C7232 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C7232 is #C38DCD. Grayscale: #5A5A5A. Windows color (decimal): -12815822 or 3306044. OLE color: 3306044.

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

Color convert

RGB 60 114 50 -
CMYK 0.47 0 0.56 0.55
HSL 110.63º 0.39% 0.32% -
HSV(B) 110.63º 0.56% 0.45% -
XYZ 8.46 13.23 5.12 -
YUV 90.56 105.11 106.2 -
System Red Green Blue C M Y K H S L
Decimal 60 114 50 0.47 0 0.56 0.55 110.63 0.39 0.32
Hex 3C 72 32 2F 0 38 37 6F 27 20
Octal 74 162 62 57 0 70 67 157 47 40
Binary 111100 1110010 110010 101111 0 111000 110111 1101111 100111 100000

Color Harmonies of #3C7232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C7232

Black with #3C7232

Text Example


Text Example

White with #3C7232

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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