Html Css Color HEX #3C7434 Green House

📋 copy color: '#3C7434'

red 60 ◦ green 116 ◦ blue 52

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

Shades of Green House #3C7434

Tints of Green House #3C7434

RGB

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

 GREEN value IS 116 (45.7% from 255) = 50.88%

 BLUE value IS 52 (20.7% from 255) = 22.81%

R = 26.32%
G = 50.88%
B = 22.81%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.55

 K value IS 0.55

RGB Variations

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

Color information

#3C7434 (or 0x3C7434) is known color: Green House. HEX triplet: 3C, 74 and 34. RGB value is (60,116,52). Sum of RGB (Red+Green+Blue) = 60+116+52=228 (30% of max value = 765). Red value is 60 (23.83% from 255 or 26.32% from 228); Green value is 116 (45.70% from 255 or 50.88% from 228); Blue value is 52 (20.70% from 255 or 22.81% from 228); Max value from RGB is 116 - color contains mainly: green. Hex color #3C7434 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C7434 is #C38BCB. Grayscale: #5C5C5C. Windows color (decimal): -12815308 or 3437628. OLE color: 3437628.

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

Color convert

RGB 60 116 52 -
CMYK 0.48 0 0.55 0.55
HSL 112.5º 0.38% 0.33% -
HSV(B) 112.5º 0.55% 0.45% -
XYZ 8.73 13.7 5.43 -
YUV 91.96 105.45 105.2 -
System Red Green Blue C M Y K H S L
Decimal 60 116 52 0.48 0 0.55 0.55 112.5 0.38 0.33
Hex 3C 74 34 30 0 37 37 70 26 21
Octal 74 164 64 60 0 67 67 160 46 41
Binary 111100 1110100 110100 110000 0 110111 110111 1110000 100110 100001

Color Harmonies of #3C7434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C7434

Black with #3C7434

Text Example


Text Example

White with #3C7434

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,116,52); }

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

background-color css

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

 a { background-color: rgb(60,116,52); }

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

border-color css

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

 span { border-color: rgb(60,116,52); }

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