Html Css Color HEX #3A925D Eucalyptus

📋 copy color: '#3A925D'

red 58 ◦ green 146 ◦ blue 93

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

Shades of Eucalyptus #3A925D

Tints of Eucalyptus #3A925D

RGB

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

 GREEN value IS 146 (57.42% from 255) = 49.16%

 BLUE value IS 93 (36.72% from 255) = 31.31%

R = 19.53%
G = 49.16%
B = 31.31%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.36

 K value IS 0.43

RGB Variations

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

Color information

#3A925D (or 0x3A925D) is known color: Eucalyptus. HEX triplet: 3A, 92 and 5D. RGB value is (58,146,93). Sum of RGB (Red+Green+Blue) = 58+146+93=297 (39% of max value = 765). Red value is 58 (23.05% from 255 or 19.53% from 297); Green value is 146 (57.42% from 255 or 49.16% from 297); Blue value is 93 (36.72% from 255 or 31.31% from 297); Max value from RGB is 146 - color contains mainly: green. Hex color #3A925D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3A925D is #C56DA2. Grayscale: #717171. Windows color (decimal): -12938659 or 6132282. OLE color: 6132282.

HSL color Cylindrical-coordinate representation of color #3A925D: hue angle of 143.86º degrees, saturation: 0.43, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3A925D is Cyan = 0.60, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.43.

Color convert

RGB 58 146 93 -
CMYK 0.60 0 0.36 0.43
HSL 143.86º 0.43% 0.4% -
HSV(B) 143.86º 0.6% 0.57% -
XYZ 14 22.25 13.91 -
YUV 113.65 116.35 88.31 -
System Red Green Blue C M Y K H S L
Decimal 58 146 93 0.60 0 0.36 0.43 143.86 0.43 0.4
Hex 3A 92 5D 3C 0 24 2B 90 2B 28
Octal 72 222 135 74 0 44 53 220 53 50
Binary 111010 10010010 1011101 111100 0 100100 101011 10010000 101011 101000

Color Harmonies of #3A925D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A925D

Black with #3A925D

Text Example


Text Example

White with #3A925D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,146,93); }

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

background-color css

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

 a { background-color: rgb(58,146,93); }

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

border-color css

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

 span { border-color: rgb(58,146,93); }

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