Html Css Color HEX #3E703A Green House

📋 copy color: '#3E703A'

red 62 ◦ green 112 ◦ blue 58

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

Shades of Green House #3E703A

Tints of Green House #3E703A

RGB

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

 GREEN value IS 112 (44.14% from 255) = 48.28%

 BLUE value IS 58 (23.05% from 255) = 25%

R = 26.72%
G = 48.28%
B = 25%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.48

 K value IS 0.56

RGB Variations

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

Color information

#3E703A (or 0x3E703A) is known color: Green House. HEX triplet: 3E, 70 and 3A. RGB value is (62,112,58). Sum of RGB (Red+Green+Blue) = 62+112+58=232 (30% of max value = 765). Red value is 62 (24.61% from 255 or 26.72% from 232); Green value is 112 (44.14% from 255 or 48.28% from 232); Blue value is 58 (23.05% from 255 or 25% from 232); Max value from RGB is 112 - color contains mainly: green. Hex color #3E703A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3E703A is #C18FC5. Grayscale: #5B5B5B. Windows color (decimal): -12685254 or 3829822. OLE color: 3829822.

HSL color Cylindrical-coordinate representation of color #3E703A: hue angle of 115.56º degrees, saturation: 0.32, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #3E703A is Cyan = 0.45, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.56.

Color convert

RGB 62 112 58 -
CMYK 0.45 0 0.48 0.56
HSL 115.56º 0.32% 0.33% -
HSV(B) 115.56º 0.48% 0.44% -
XYZ 8.54 12.92 6.05 -
YUV 90.89 109.44 107.39 -
System Red Green Blue C M Y K H S L
Decimal 62 112 58 0.45 0 0.48 0.56 115.56 0.32 0.33
Hex 3E 70 3A 2D 0 30 38 74 20 21
Octal 76 160 72 55 0 60 70 164 40 41
Binary 111110 1110000 111010 101101 0 110000 111000 1110100 100000 100001

Color Harmonies of #3E703A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E703A

Black with #3E703A

Text Example


Text Example

White with #3E703A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,112,58); }

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

background-color css

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

 a { background-color: rgb(62,112,58); }

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

border-color css

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

 span { border-color: rgb(62,112,58); }

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