#338B66

Color #338B66 Eucalyptus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Eucalyptus #338B66

Tints of Eucalyptus #338B66

Color information

#338B66 (or 0x338B66) is unknown color: approx Eucalyptus. HEX triplet: 33, 8B and 66. RGB value is (51,139,102). Sum of RGB (Red+Green+Blue) = 51+139+102=292 (38% of max value = 765). Red value is 51 (20.31% from 255 or 17.47% from 292); Green value is 139 (54.69% from 255 or 47.60% from 292); Blue value is 102 (40.23% from 255 or 34.93% from 292); Max value from RGB is 139 - color contains mainly: green. Hex color #338B66 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #338B66 is #CC7499. Grayscale: #6C6C6C. Windows color (decimal): -13399194 or 6720307. OLE color: 6720307.

HSL color Cylindrical-coordinate representation of color #338B66: hue angle of 154.77º degrees, saturation: 0.46, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #338B66 is Cyan = 0.63, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.45.

Color convert

RGB51139102-
CMYK0.6300.270.45
HSL154.77º46.32%37.25%-
HSV(B)154.77º63.31%54.51%-
XYZ1320.1315.77-
YUV108.47124.3587.01-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 17.47%
GREEN value IS 139 (54.69% from 255) = 47.60%
BLUE value IS 102 (40.23% from 255) = 34.93%
R=17.47%
G=47.60%
B=34.93%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal511391020.6300.270.45154.7746.3237.25
Hex338B663F01B2D9b2e25
Octal6321314677033552335645
Binary11001110001011110011011111101101110110110011011101110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #338B66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #338B66; }

 p { color: rgb(51,139,102); }

 H1.HeaderClassName
 {
   color: #338B66;
 }
 .AnyTagClassName
 {
   color: #338B66;
 }
</style>
background-color css

<style>
 a { background-color: #338B66; }

 a { background-color: rgb(51,139,102); }

 div.DivClassName
 {
   background-color: #338B66;
 }
 .BgClassName
 {
   background-color: #338B66;
 }
</style>
border-color css

<style>
 span { border-color: #338B66; }

 span { border-color: rgb(51,139,102); }

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