Html Css Color HEX #3A582F Green House

📋 copy color: '#3A582F'

red 58 ◦ green 88 ◦ blue 47

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

Shades of Green House #3A582F

Tints of Green House #3A582F

RGB

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

 GREEN value IS 88 (34.77% from 255) = 45.6%

 BLUE value IS 47 (18.75% from 255) = 24.35%

R = 30.05%
G = 45.6%
B = 24.35%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.47

 K value IS 0.65

RGB Variations

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

Color information

#3A582F (or 0x3A582F) is known color: Green House. HEX triplet: 3A, 58 and 2F. RGB value is (58,88,47). Sum of RGB (Red+Green+Blue) = 58+88+47=193 (25% of max value = 765). Red value is 58 (23.05% from 255 or 30.05% from 193); Green value is 88 (34.77% from 255 or 45.60% from 193); Blue value is 47 (18.75% from 255 or 24.35% from 193); Max value from RGB is 88 - color contains mainly: green. Hex color #3A582F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A582F is #C5A7D0. Grayscale: #4A4A4A. Windows color (decimal): -12953553 or 3102778. OLE color: 3102778.

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

Color convert

RGB 58 88 47 -
CMYK 0.34 0 0.47 0.65
HSL 103.9º 0.3% 0.26% -
HSV(B) 103.9º 0.47% 0.35% -
XYZ 5.75 8.08 3.95 -
YUV 74.36 112.56 116.33 -
System Red Green Blue C M Y K H S L
Decimal 58 88 47 0.34 0 0.47 0.65 103.9 0.3 0.26
Hex 3A 58 2F 22 0 2F 41 68 1E 1A
Octal 72 130 57 42 0 57 101 150 36 32
Binary 111010 1011000 101111 100010 0 101111 1000001 1101000 11110 11010

Color Harmonies of #3A582F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A582F

Black with #3A582F

Text Example


Text Example

White with #3A582F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,88,47); }

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

background-color css

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

 a { background-color: rgb(58,88,47); }

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

border-color css

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

 span { border-color: rgb(58,88,47); }

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