Html Css Color HEX #3C6135 Green House

📋 copy color: '#3C6135'

red 60 ◦ green 97 ◦ blue 53

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

Shades of Green House #3C6135

Tints of Green House #3C6135

RGB

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

 GREEN value IS 97 (38.28% from 255) = 46.19%

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

R = 28.57%
G = 46.19%
B = 25.24%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.45

 K value IS 0.62

RGB Variations

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

Color information

#3C6135 (or 0x3C6135) is known color: Green House. HEX triplet: 3C, 61 and 35. RGB value is (60,97,53). Sum of RGB (Red+Green+Blue) = 60+97+53=210 (27% of max value = 765). Red value is 60 (23.83% from 255 or 28.57% from 210); Green value is 97 (38.28% from 255 or 46.19% from 210); Blue value is 53 (21.09% from 255 or 25.24% from 210); Max value from RGB is 97 - color contains mainly: green. Hex color #3C6135 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C6135 is #C39ECA. Grayscale: #515151. Windows color (decimal): -12820171 or 3498300. OLE color: 3498300.

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

Color convert

RGB 60 97 53 -
CMYK 0.38 0 0.45 0.62
HSL 110.45º 0.29% 0.29% -
HSV(B) 110.45º 0.45% 0.38% -
XYZ 6.78 9.77 4.9 -
YUV 80.92 112.24 113.08 -
System Red Green Blue C M Y K H S L
Decimal 60 97 53 0.38 0 0.45 0.62 110.45 0.29 0.29
Hex 3C 61 35 26 0 2D 3E 6E 1D 1D
Octal 74 141 65 46 0 55 76 156 35 35
Binary 111100 1100001 110101 100110 0 101101 111110 1101110 11101 11101

Color Harmonies of #3C6135

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C6135

Black with #3C6135

Text Example


Text Example

White with #3C6135

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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