Html Css Color HEX #3C925B Eucalyptus

📋 copy color: '#3C925B'

red 60 ◦ green 146 ◦ blue 91

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

Shades of Eucalyptus #3C925B

Tints of Eucalyptus #3C925B

RGB

 RED value IS 60 (23.83% from 255) = 20.2%

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

 BLUE value IS 91 (35.94% from 255) = 30.64%

R = 20.2%
G = 49.16%
B = 30.64%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.38

 K value IS 0.43

RGB Variations

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

Color information

#3C925B (or 0x3C925B) is known color: Eucalyptus. HEX triplet: 3C, 92 and 5B. RGB value is (60,146,91). Sum of RGB (Red+Green+Blue) = 60+146+91=297 (39% of max value = 765). Red value is 60 (23.83% from 255 or 20.20% from 297); Green value is 146 (57.42% from 255 or 49.16% from 297); Blue value is 91 (35.94% from 255 or 30.64% from 297); Max value from RGB is 146 - color contains mainly: green. Hex color #3C925B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3C925B is #C36DA4. Grayscale: #727272. Windows color (decimal): -12807589 or 6001212. OLE color: 6001212.

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

Color convert

RGB 60 146 91 -
CMYK 0.59 0 0.38 0.43
HSL 141.63º 0.42% 0.4% -
HSV(B) 141.63º 0.59% 0.57% -
XYZ 14.03 22.27 13.46 -
YUV 114.02 115.01 89.47 -
System Red Green Blue C M Y K H S L
Decimal 60 146 91 0.59 0 0.38 0.43 141.63 0.42 0.4
Hex 3C 92 5B 3B 0 26 2B 8E 2A 28
Octal 74 222 133 73 0 46 53 216 52 50
Binary 111100 10010010 1011011 111011 0 100110 101011 10001110 101010 101000

Color Harmonies of #3C925B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C925B

Black with #3C925B

Text Example


Text Example

White with #3C925B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,146,91); }

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

background-color css

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

 a { background-color: rgb(60,146,91); }

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

border-color css

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

 span { border-color: rgb(60,146,91); }

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