Html Css Color HEX #3A5931 Green House

📋 copy color: '#3A5931'

red 58 ◦ green 89 ◦ blue 49

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

Shades of Green House #3A5931

Tints of Green House #3A5931

RGB

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

 GREEN value IS 89 (35.16% from 255) = 45.41%

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

R = 29.59%
G = 45.41%
B = 25%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.45

 K value IS 0.65

RGB Variations

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

Color information

#3A5931 (or 0x3A5931) is known color: Green House. HEX triplet: 3A, 59 and 31. RGB value is (58,89,49). Sum of RGB (Red+Green+Blue) = 58+89+49=196 (25% of max value = 765). Red value is 58 (23.05% from 255 or 29.59% from 196); Green value is 89 (35.16% from 255 or 45.41% from 196); Blue value is 49 (19.53% from 255 or 25% from 196); Max value from RGB is 89 - color contains mainly: green. Hex color #3A5931 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A5931 is #C5A6CE. Grayscale: #4B4B4B. Windows color (decimal): -12953295 or 3234106. OLE color: 3234106.

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

Color convert

RGB 58 89 49 -
CMYK 0.35 0 0.45 0.65
HSL 106.5º 0.29% 0.27% -
HSV(B) 106.5º 0.45% 0.35% -
XYZ 5.87 8.27 4.19 -
YUV 75.17 113.23 115.75 -
System Red Green Blue C M Y K H S L
Decimal 58 89 49 0.35 0 0.45 0.65 106.5 0.29 0.27
Hex 3A 59 31 23 0 2D 41 6A 1D 1B
Octal 72 131 61 43 0 55 101 152 35 33
Binary 111010 1011001 110001 100011 0 101101 1000001 1101010 11101 11011

Color Harmonies of #3A5931

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A5931

Black with #3A5931

Text Example


Text Example

White with #3A5931

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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