Html Css Color HEX #3A5938 Green House

📋 copy color: '#3A5938'

red 58 ◦ green 89 ◦ blue 56

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

Shades of Green House #3A5938

Tints of Green House #3A5938

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 27.59%

R = 28.57%
G = 43.84%
B = 27.59%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.37

 K value IS 0.65

RGB Variations

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

Color information

#3A5938 (or 0x3A5938) is known color: Green House. HEX triplet: 3A, 59 and 38. RGB value is (58,89,56). Sum of RGB (Red+Green+Blue) = 58+89+56=203 (26% of max value = 765). Red value is 58 (23.05% from 255 or 28.57% from 203); Green value is 89 (35.16% from 255 or 43.84% from 203); Blue value is 56 (22.27% from 255 or 27.59% from 203); Max value from RGB is 89 - color contains mainly: green. Hex color #3A5938 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A5938 is #C5A6C7. Grayscale: #4C4C4C. Windows color (decimal): -12953288 or 3692858. OLE color: 3692858.

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

Color convert

RGB 58 89 56 -
CMYK 0.35 0 0.37 0.65
HSL 116.36º 0.23% 0.28% -
HSV(B) 116.36º 0.37% 0.35% -
XYZ 6.03 8.33 5.03 -
YUV 75.97 116.73 115.18 -
System Red Green Blue C M Y K H S L
Decimal 58 89 56 0.35 0 0.37 0.65 116.36 0.23 0.28
Hex 3A 59 38 23 0 25 41 74 17 1C
Octal 72 131 70 43 0 45 101 164 27 34
Binary 111010 1011001 111000 100011 0 100101 1000001 1110100 10111 11100

Color Harmonies of #3A5938

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A5938

Black with #3A5938

Text Example


Text Example

White with #3A5938

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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