Html Css Color HEX #399A6B Eucalyptus

📋 copy color: '#399A6B'

red 57 ◦ green 154 ◦ blue 107

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

Shades of Eucalyptus #399A6B

Tints of Eucalyptus #399A6B

RGB

 RED value IS 57 (22.66% from 255) = 17.92%

 GREEN value IS 154 (60.55% from 255) = 48.43%

 BLUE value IS 107 (42.19% from 255) = 33.65%

R = 17.92%
G = 48.43%
B = 33.65%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.31

 K value IS 0.40

RGB Variations

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

Color information

#399A6B (or 0x399A6B) is known color: Eucalyptus. HEX triplet: 39, 9A and 6B. RGB value is (57,154,107). Sum of RGB (Red+Green+Blue) = 57+154+107=318 (42% of max value = 765). Red value is 57 (22.66% from 255 or 17.92% from 318); Green value is 154 (60.55% from 255 or 48.43% from 318); Blue value is 107 (42.19% from 255 or 33.65% from 318); Max value from RGB is 154 - color contains mainly: green. Hex color #399A6B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #399A6B is #C66594. Grayscale: #777777. Windows color (decimal): -13002133 or 7051833. OLE color: 7051833.

HSL color Cylindrical-coordinate representation of color #399A6B: hue angle of 150.93º degrees, saturation: 0.46, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #399A6B is Cyan = 0.63, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.40.

Color convert

RGB 57 154 107 -
CMYK 0.63 0 0.31 0.40
HSL 150.93º 0.46% 0.41% -
HSV(B) 150.93º 0.63% 0.6% -
XYZ 15.9 25.04 17.91 -
YUV 119.64 120.86 83.32 -
System Red Green Blue C M Y K H S L
Decimal 57 154 107 0.63 0 0.31 0.40 150.93 0.46 0.41
Hex 39 9A 6B 3F 0 1F 28 97 2E 29
Octal 71 232 153 77 0 37 50 227 56 51
Binary 111001 10011010 1101011 111111 0 11111 101000 10010111 101110 101001

Color Harmonies of #399A6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #399A6B

Black with #399A6B

Text Example


Text Example

White with #399A6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #399A6B; }

 p { color: rgb(57,154,107); }

 H1.HeaderClassName
 {
   color: #399A6B;
 }
 .AnyTagClassName
 {
   color: #399A6B;
 }
</style>

background-color css

<style>
 a { background-color: #399A6B; }

 a { background-color: rgb(57,154,107); }

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

border-color css

<style>
 span { border-color: #399A6B; }

 span { border-color: rgb(57,154,107); }

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