Html Css Color HEX #3BA062 Eucalyptus

📋 copy color: '#3BA062'

red 59 ◦ green 160 ◦ blue 98

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

Shades of Eucalyptus #3BA062

Tints of Eucalyptus #3BA062

RGB

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

 GREEN value IS 160 (62.89% from 255) = 50.47%

 BLUE value IS 98 (38.67% from 255) = 30.91%

R = 18.61%
G = 50.47%
B = 30.91%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.39

 K value IS 0.37

RGB Variations

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

Color information

#3BA062 (or 0x3BA062) is known color: Eucalyptus. HEX triplet: 3B, A0 and 62. RGB value is (59,160,98). Sum of RGB (Red+Green+Blue) = 59+160+98=317 (41% of max value = 765). Red value is 59 (23.44% from 255 or 18.61% from 317); Green value is 160 (62.89% from 255 or 50.47% from 317); Blue value is 98 (38.67% from 255 or 30.91% from 317); Max value from RGB is 160 - color contains mainly: green. Hex color #3BA062 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3BA062 is #C45F9D. Grayscale: #7A7A7A. Windows color (decimal): -12869534 or 6463547. OLE color: 6463547.

HSL color Cylindrical-coordinate representation of color #3BA062: hue angle of 143.17º degrees, saturation: 0.46, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3BA062 is Cyan = 0.63, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.37.

Color convert

RGB 59 160 98 -
CMYK 0.63 0 0.39 0.37
HSL 143.17º 0.46% 0.43% -
HSV(B) 143.17º 0.63% 0.63% -
XYZ 16.58 26.95 15.88 -
YUV 122.73 114.04 82.54 -
System Red Green Blue C M Y K H S L
Decimal 59 160 98 0.63 0 0.39 0.37 143.17 0.46 0.43
Hex 3B A0 62 3F 0 27 25 8F 2E 2B
Octal 73 240 142 77 0 47 45 217 56 53
Binary 111011 10100000 1100010 111111 0 100111 100101 10001111 101110 101011

Color Harmonies of #3BA062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BA062

Black with #3BA062

Text Example


Text Example

White with #3BA062

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,160,98); }

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

background-color css

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

 a { background-color: rgb(59,160,98); }

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

border-color css

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

 span { border-color: rgb(59,160,98); }

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