Html Css Color HEX #3C602E Green House

📋 copy color: '#3C602E'

red 60 ◦ green 96 ◦ blue 46

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

Shades of Green House #3C602E

Tints of Green House #3C602E

RGB

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

 GREEN value IS 96 (37.89% from 255) = 47.52%

 BLUE value IS 46 (18.36% from 255) = 22.77%

R = 29.7%
G = 47.52%
B = 22.77%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.52

 K value IS 0.62

RGB Variations

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

Color information

#3C602E (or 0x3C602E) is known color: Green House. HEX triplet: 3C, 60 and 2E. RGB value is (60,96,46). Sum of RGB (Red+Green+Blue) = 60+96+46=202 (26% of max value = 765). Red value is 60 (23.83% from 255 or 29.70% from 202); Green value is 96 (37.89% from 255 or 47.52% from 202); Blue value is 46 (18.36% from 255 or 22.77% from 202); Max value from RGB is 96 - color contains mainly: green. Hex color #3C602E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C602E is #C39FD1. Grayscale: #4F4F4F. Windows color (decimal): -12820434 or 3039292. OLE color: 3039292.

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

Color convert

RGB 60 96 46 -
CMYK 0.38 0 0.52 0.62
HSL 103.2º 0.35% 0.28% -
HSV(B) 103.2º 0.52% 0.38% -
XYZ 6.54 9.52 4.08 -
YUV 79.54 109.07 114.07 -
System Red Green Blue C M Y K H S L
Decimal 60 96 46 0.38 0 0.52 0.62 103.2 0.35 0.28
Hex 3C 60 2E 26 0 34 3E 67 23 1C
Octal 74 140 56 46 0 64 76 147 43 34
Binary 111100 1100000 101110 100110 0 110100 111110 1100111 100011 11100

Color Harmonies of #3C602E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C602E

Black with #3C602E

Text Example


Text Example

White with #3C602E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,96,46); }

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

background-color css

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

 a { background-color: rgb(60,96,46); }

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

border-color css

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

 span { border-color: rgb(60,96,46); }

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