Html Css Color HEX #3B925B Eucalyptus

📋 copy color: '#3B925B'

red 59 ◦ green 146 ◦ blue 91

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

Shades of Eucalyptus #3B925B

Tints of Eucalyptus #3B925B

RGB

 RED value IS 59 (23.44% from 255) = 19.93%

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

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

R = 19.93%
G = 49.32%
B = 30.74%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.38

 K value IS 0.43

RGB Variations

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

Color information

#3B925B (or 0x3B925B) is known color: Eucalyptus. HEX triplet: 3B, 92 and 5B. RGB value is (59,146,91). Sum of RGB (Red+Green+Blue) = 59+146+91=296 (39% of max value = 765). Red value is 59 (23.44% from 255 or 19.93% from 296); Green value is 146 (57.42% from 255 or 49.32% from 296); Blue value is 91 (35.94% from 255 or 30.74% from 296); Max value from RGB is 146 - color contains mainly: green. Hex color #3B925B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3B925B is #C46DA4. Grayscale: #717171. Windows color (decimal): -12873125 or 6001211. OLE color: 6001211.

HSL color Cylindrical-coordinate representation of color #3B925B: hue angle of 142.07º degrees, saturation: 0.42, 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 #3B925B is Cyan = 0.60, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.43.

Color convert

RGB 59 146 91 -
CMYK 0.60 0 0.38 0.43
HSL 142.07º 0.42% 0.4% -
HSV(B) 142.07º 0.6% 0.57% -
XYZ 13.97 22.24 13.45 -
YUV 113.72 115.18 88.97 -
System Red Green Blue C M Y K H S L
Decimal 59 146 91 0.60 0 0.38 0.43 142.07 0.42 0.4
Hex 3B 92 5B 3C 0 26 2B 8E 2A 28
Octal 73 222 133 74 0 46 53 216 52 50
Binary 111011 10010010 1011011 111100 0 100110 101011 10001110 101010 101000

Color Harmonies of #3B925B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B925B

Black with #3B925B

Text Example


Text Example

White with #3B925B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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