Html Css Color HEX #3A975C Eucalyptus

📋 copy color: '#3A975C'

red 58 ◦ green 151 ◦ blue 92

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

Shades of Eucalyptus #3A975C

Tints of Eucalyptus #3A975C

RGB

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

 GREEN value IS 151 (59.38% from 255) = 50.17%

 BLUE value IS 92 (36.33% from 255) = 30.56%

R = 19.27%
G = 50.17%
B = 30.56%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.39

 K value IS 0.41

RGB Variations

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

Color information

#3A975C (or 0x3A975C) is known color: Eucalyptus. HEX triplet: 3A, 97 and 5C. RGB value is (58,151,92). Sum of RGB (Red+Green+Blue) = 58+151+92=301 (39% of max value = 765). Red value is 58 (23.05% from 255 or 19.27% from 301); Green value is 151 (59.38% from 255 or 50.17% from 301); Blue value is 92 (36.33% from 255 or 30.56% from 301); Max value from RGB is 151 - color contains mainly: green. Hex color #3A975C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3A975C is #C568A3. Grayscale: #747474. Windows color (decimal): -12937380 or 6068026. OLE color: 6068026.

HSL color Cylindrical-coordinate representation of color #3A975C: hue angle of 141.94º degrees, saturation: 0.44, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3A975C is Cyan = 0.62, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.41.

Color convert

RGB 58 151 92 -
CMYK 0.62 0 0.39 0.41
HSL 141.94º 0.44% 0.41% -
HSV(B) 141.94º 0.62% 0.59% -
XYZ 14.74 23.81 13.94 -
YUV 116.47 114.19 86.3 -
System Red Green Blue C M Y K H S L
Decimal 58 151 92 0.62 0 0.39 0.41 141.94 0.44 0.41
Hex 3A 97 5C 3E 0 27 29 8E 2C 29
Octal 72 227 134 76 0 47 51 216 54 51
Binary 111010 10010111 1011100 111110 0 100111 101001 10001110 101100 101001

Color Harmonies of #3A975C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A975C

Black with #3A975C

Text Example


Text Example

White with #3A975C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,151,92); }

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

background-color css

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

 a { background-color: rgb(58,151,92); }

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

border-color css

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

 span { border-color: rgb(58,151,92); }

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