Html Css Color HEX #3A7031 Green House

📋 copy color: '#3A7031'

red 58 ◦ green 112 ◦ blue 49

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

Shades of Green House #3A7031

Tints of Green House #3A7031

RGB

 RED value IS 58 (23.05% from 255) = 26.48%

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

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

R = 26.48%
G = 51.14%
B = 22.37%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.56

 K value IS 0.56

RGB Variations

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

Color information

#3A7031 (or 0x3A7031) is known color: Green House. HEX triplet: 3A, 70 and 31. RGB value is (58,112,49). Sum of RGB (Red+Green+Blue) = 58+112+49=219 (29% of max value = 765). Red value is 58 (23.05% from 255 or 26.48% from 219); Green value is 112 (44.14% from 255 or 51.14% from 219); Blue value is 49 (19.53% from 255 or 22.37% from 219); Max value from RGB is 112 - color contains mainly: green. Hex color #3A7031 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A7031 is #C58FCE. Grayscale: #585858. Windows color (decimal): -12947407 or 3239994. OLE color: 3239994.

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

Color convert

RGB 58 112 49 -
CMYK 0.48 0 0.56 0.56
HSL 111.43º 0.39% 0.32% -
HSV(B) 111.43º 0.56% 0.44% -
XYZ 8.09 12.71 4.93 -
YUV 88.67 105.61 106.12 -
System Red Green Blue C M Y K H S L
Decimal 58 112 49 0.48 0 0.56 0.56 111.43 0.39 0.32
Hex 3A 70 31 30 0 38 38 6F 27 20
Octal 72 160 61 60 0 70 70 157 47 40
Binary 111010 1110000 110001 110000 0 111000 111000 1101111 100111 100000

Color Harmonies of #3A7031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A7031

Black with #3A7031

Text Example


Text Example

White with #3A7031

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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