Html Css Color HEX #3E6031 Green House

📋 copy color: '#3E6031'

red 62 ◦ green 96 ◦ blue 49

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

Shades of Green House #3E6031

Tints of Green House #3E6031

RGB

 RED value IS 62 (24.61% from 255) = 29.95%

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

 BLUE value IS 49 (19.53% from 255) = 23.67%

R = 29.95%
G = 46.38%
B = 23.67%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.49

 K value IS 0.62

RGB Variations

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

Color information

#3E6031 (or 0x3E6031) is known color: Green House. HEX triplet: 3E, 60 and 31. RGB value is (62,96,49). Sum of RGB (Red+Green+Blue) = 62+96+49=207 (27% of max value = 765). Red value is 62 (24.61% from 255 or 29.95% from 207); Green value is 96 (37.89% from 255 or 46.38% from 207); Blue value is 49 (19.53% from 255 or 23.67% from 207); Max value from RGB is 96 - color contains mainly: green. Hex color #3E6031 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3E6031 is #C19FCE. Grayscale: #505050. Windows color (decimal): -12689359 or 3235902. OLE color: 3235902.

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

Color convert

RGB 62 96 49 -
CMYK 0.35 0 0.49 0.62
HSL 103.4º 0.32% 0.28% -
HSV(B) 103.4º 0.49% 0.38% -
XYZ 6.72 9.61 4.41 -
YUV 80.48 110.24 114.82 -
System Red Green Blue C M Y K H S L
Decimal 62 96 49 0.35 0 0.49 0.62 103.4 0.32 0.28
Hex 3E 60 31 23 0 31 3E 67 20 1C
Octal 76 140 61 43 0 61 76 147 40 34
Binary 111110 1100000 110001 100011 0 110001 111110 1100111 100000 11100

Color Harmonies of #3E6031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E6031

Black with #3E6031

Text Example


Text Example

White with #3E6031

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,96,49); }

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

background-color css

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

 a { background-color: rgb(62,96,49); }

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

border-color css

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

 span { border-color: rgb(62,96,49); }

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