Html Css Color HEX #3C7035 Green House

📋 copy color: '#3C7035'

red 60 ◦ green 112 ◦ blue 53

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

Shades of Green House #3C7035

Tints of Green House #3C7035

RGB

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

 GREEN value IS 112 (44.14% from 255) = 49.78%

 BLUE value IS 53 (21.09% from 255) = 23.56%

R = 26.67%
G = 49.78%
B = 23.56%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.53

 K value IS 0.56

RGB Variations

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

Color information

#3C7035 (or 0x3C7035) is known color: Green House. HEX triplet: 3C, 70 and 35. RGB value is (60,112,53). Sum of RGB (Red+Green+Blue) = 60+112+53=225 (29% of max value = 765). Red value is 60 (23.83% from 255 or 26.67% from 225); Green value is 112 (44.14% from 255 or 49.78% from 225); Blue value is 53 (21.09% from 255 or 23.56% from 225); Max value from RGB is 112 - color contains mainly: green. Hex color #3C7035 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C7035 is #C38FCA. Grayscale: #595959. Windows color (decimal): -12816331 or 3502140. OLE color: 3502140.

HSL color Cylindrical-coordinate representation of color #3C7035: hue angle of 112.88º degrees, saturation: 0.36, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #3C7035 is Cyan = 0.46, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.56.

Color convert

RGB 60 112 53 -
CMYK 0.46 0 0.53 0.56
HSL 112.88º 0.36% 0.32% -
HSV(B) 112.88º 0.53% 0.44% -
XYZ 8.3 12.81 5.4 -
YUV 89.73 107.27 106.8 -
System Red Green Blue C M Y K H S L
Decimal 60 112 53 0.46 0 0.53 0.56 112.88 0.36 0.32
Hex 3C 70 35 2E 0 35 38 71 24 20
Octal 74 160 65 56 0 65 70 161 44 40
Binary 111100 1110000 110101 101110 0 110101 111000 1110001 100100 100000

Color Harmonies of #3C7035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C7035

Black with #3C7035

Text Example


Text Example

White with #3C7035

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,112,53); }

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

background-color css

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

 a { background-color: rgb(60,112,53); }

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

border-color css

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

 span { border-color: rgb(60,112,53); }

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