Html Css Color HEX #3A6130 Green House

📋 copy color: '#3A6130'

red 58 ◦ green 97 ◦ blue 48

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

Shades of Green House #3A6130

Tints of Green House #3A6130

RGB

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

 GREEN value IS 97 (38.28% from 255) = 47.78%

 BLUE value IS 48 (19.14% from 255) = 23.65%

R = 28.57%
G = 47.78%
B = 23.65%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.51

 K value IS 0.62

RGB Variations

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

Color information

#3A6130 (or 0x3A6130) is known color: Green House. HEX triplet: 3A, 61 and 30. RGB value is (58,97,48). Sum of RGB (Red+Green+Blue) = 58+97+48=203 (26% of max value = 765). Red value is 58 (23.05% from 255 or 28.57% from 203); Green value is 97 (38.28% from 255 or 47.78% from 203); Blue value is 48 (19.14% from 255 or 23.65% from 203); Max value from RGB is 97 - color contains mainly: green. Hex color #3A6130 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A6130 is #C59ECF. Grayscale: #4F4F4F. Windows color (decimal): -12951248 or 3170618. OLE color: 3170618.

HSL color Cylindrical-coordinate representation of color #3A6130: hue angle of 107.76º degrees, saturation: 0.34, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #3A6130 is Cyan = 0.40, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.62.

Color convert

RGB 58 97 48 -
CMYK 0.40 0 0.51 0.62
HSL 107.76º 0.34% 0.28% -
HSV(B) 107.76º 0.51% 0.38% -
XYZ 6.55 9.66 4.32 -
YUV 79.75 110.08 112.48 -
System Red Green Blue C M Y K H S L
Decimal 58 97 48 0.40 0 0.51 0.62 107.76 0.34 0.28
Hex 3A 61 30 28 0 33 3E 6C 22 1C
Octal 72 141 60 50 0 63 76 154 42 34
Binary 111010 1100001 110000 101000 0 110011 111110 1101100 100010 11100

Color Harmonies of #3A6130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A6130

Black with #3A6130

Text Example


Text Example

White with #3A6130

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,97,48); }

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

background-color css

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

 a { background-color: rgb(58,97,48); }

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

border-color css

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

 span { border-color: rgb(58,97,48); }

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