Html Css Color HEX #3C6935 Green House

📋 copy color: '#3C6935'

red 60 ◦ green 105 ◦ blue 53

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

Shades of Green House #3C6935

Tints of Green House #3C6935

RGB

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

 GREEN value IS 105 (41.41% from 255) = 48.17%

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

R = 27.52%
G = 48.17%
B = 24.31%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.50

 K value IS 0.59

RGB Variations

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

Color information

#3C6935 (or 0x3C6935) is known color: Green House. HEX triplet: 3C, 69 and 35. RGB value is (60,105,53). Sum of RGB (Red+Green+Blue) = 60+105+53=218 (28% of max value = 765). Red value is 60 (23.83% from 255 or 27.52% from 218); Green value is 105 (41.41% from 255 or 48.17% from 218); Blue value is 53 (21.09% from 255 or 24.31% from 218); Max value from RGB is 105 - color contains mainly: green. Hex color #3C6935 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C6935 is #C396CA. Grayscale: #555555. Windows color (decimal): -12818123 or 3500348. OLE color: 3500348.

HSL color Cylindrical-coordinate representation of color #3C6935: hue angle of 111.92º degrees, saturation: 0.33, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #3C6935 is Cyan = 0.43, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.59.

Color convert

RGB 60 105 53 -
CMYK 0.43 0 0.50 0.59
HSL 111.92º 0.33% 0.31% -
HSV(B) 111.92º 0.5% 0.41% -
XYZ 7.56 11.32 5.15 -
YUV 85.62 109.59 109.73 -
System Red Green Blue C M Y K H S L
Decimal 60 105 53 0.43 0 0.50 0.59 111.92 0.33 0.31
Hex 3C 69 35 2B 0 32 3B 70 21 1F
Octal 74 151 65 53 0 62 73 160 41 37
Binary 111100 1101001 110101 101011 0 110010 111011 1110000 100001 11111

Color Harmonies of #3C6935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C6935

Black with #3C6935

Text Example


Text Example

White with #3C6935

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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