Html Css Color HEX #3E5A30 Green House

📋 copy color: '#3E5A30'

red 62 ◦ green 90 ◦ blue 48

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

Shades of Green House #3E5A30

Tints of Green House #3E5A30

RGB

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

 GREEN value IS 90 (35.55% from 255) = 45%

 BLUE value IS 48 (19.14% from 255) = 24%

R = 31%
G = 45%
B = 24%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.47

 K value IS 0.65

RGB Variations

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

Color information

#3E5A30 (or 0x3E5A30) is known color: Green House. HEX triplet: 3E, 5A and 30. RGB value is (62,90,48). Sum of RGB (Red+Green+Blue) = 62+90+48=200 (26% of max value = 765). Red value is 62 (24.61% from 255 or 31% from 200); Green value is 90 (35.55% from 255 or 45% from 200); Blue value is 48 (19.14% from 255 or 24% from 200); Max value from RGB is 90 - color contains mainly: green. Hex color #3E5A30 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3E5A30 is #C1A5CF. Grayscale: #4C4C4C. Windows color (decimal): -12690896 or 3168830. OLE color: 3168830.

HSL color Cylindrical-coordinate representation of color #3E5A30: hue angle of 100º degrees, saturation: 0.3, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #3E5A30 is Cyan = 0.31, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.65.

Color convert

RGB 62 90 48 -
CMYK 0.31 0 0.47 0.65
HSL 100º 0.3% 0.27% -
HSV(B) 100º 0.47% 0.35% -
XYZ 6.18 8.55 4.12 -
YUV 76.84 111.72 117.42 -
System Red Green Blue C M Y K H S L
Decimal 62 90 48 0.31 0 0.47 0.65 100 0.3 0.27
Hex 3E 5A 30 1F 0 2F 41 64 1E 1B
Octal 76 132 60 37 0 57 101 144 36 33
Binary 111110 1011010 110000 11111 0 101111 1000001 1100100 11110 11011

Color Harmonies of #3E5A30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E5A30

Black with #3E5A30

Text Example


Text Example

White with #3E5A30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,90,48); }

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

background-color css

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

 a { background-color: rgb(62,90,48); }

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

border-color css

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

 span { border-color: rgb(62,90,48); }

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