Html Css Color HEX #3C7334 Green House

📋 copy color: '#3C7334'

red 60 ◦ green 115 ◦ blue 52

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

Shades of Green House #3C7334

Tints of Green House #3C7334

RGB

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

 GREEN value IS 115 (45.31% from 255) = 50.66%

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

R = 26.43%
G = 50.66%
B = 22.91%

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

#3C7334 (or 0x3C7334) is known color: Green House. HEX triplet: 3C, 73 and 34. RGB value is (60,115,52). Sum of RGB (Red+Green+Blue) = 60+115+52=227 (30% of max value = 765). Red value is 60 (23.83% from 255 or 26.43% from 227); Green value is 115 (45.31% from 255 or 50.66% from 227); Blue value is 52 (20.70% from 255 or 22.91% from 227); Max value from RGB is 115 - color contains mainly: green. Hex color #3C7334 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C7334 is #C38CCB. Grayscale: #5B5B5B. Windows color (decimal): -12815564 or 3437372. OLE color: 3437372.

HSL color Cylindrical-coordinate representation of color #3C7334: hue angle of 112.38º 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 #3C7334 is Cyan = 0.48, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.55.

Color convert

RGB 60 115 52 -
CMYK 0.48 0 0.55 0.55
HSL 112.38º 0.38% 0.33% -
HSV(B) 112.38º 0.55% 0.45% -
XYZ 8.61 13.47 5.39 -
YUV 91.37 105.78 105.62 -
System Red Green Blue C M Y K H S L
Decimal 60 115 52 0.48 0 0.55 0.55 112.38 0.38 0.33
Hex 3C 73 34 30 0 37 37 70 26 21
Octal 74 163 64 60 0 67 67 160 46 41
Binary 111100 1110011 110100 110000 0 110111 110111 1110000 100110 100001

Color Harmonies of #3C7334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C7334

Black with #3C7334

Text Example


Text Example

White with #3C7334

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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