Html Css Color HEX #338E65 Eucalyptus

📋 copy color: '#338E65'

red 51 ◦ green 142 ◦ blue 101

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

Shades of Eucalyptus #338E65

Tints of Eucalyptus #338E65

RGB

 RED value IS 51 (20.31% from 255) = 17.35%

 GREEN value IS 142 (55.86% from 255) = 48.3%

 BLUE value IS 101 (39.84% from 255) = 34.35%

R = 17.35%
G = 48.3%
B = 34.35%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.29

 K value IS 0.44

RGB Variations

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

Color information

#338E65 (or 0x338E65) is known color: Eucalyptus. HEX triplet: 33, 8E and 65. RGB value is (51,142,101). Sum of RGB (Red+Green+Blue) = 51+142+101=294 (38% of max value = 765). Red value is 51 (20.31% from 255 or 17.35% from 294); Green value is 142 (55.86% from 255 or 48.30% from 294); Blue value is 101 (39.84% from 255 or 34.35% from 294); Max value from RGB is 142 - color contains mainly: green. Hex color #338E65 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #338E65 is #CC719A. Grayscale: #6E6E6E. Windows color (decimal): -13398427 or 6655539. OLE color: 6655539.

HSL color Cylindrical-coordinate representation of color #338E65: hue angle of 152.97º degrees, saturation: 0.47, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #338E65 is Cyan = 0.64, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.44.

Color convert

RGB 51 142 101 -
CMYK 0.64 0 0.29 0.44
HSL 152.97º 0.47% 0.38% -
HSV(B) 152.97º 0.64% 0.56% -
XYZ 13.39 20.99 15.66 -
YUV 110.12 122.85 85.83 -
System Red Green Blue C M Y K H S L
Decimal 51 142 101 0.64 0 0.29 0.44 152.97 0.47 0.38
Hex 33 8E 65 40 0 1D 2C 99 2F 26
Octal 63 216 145 100 0 35 54 231 57 46
Binary 110011 10001110 1100101 1000000 0 11101 101100 10011001 101111 100110

Color Harmonies of #338E65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #338E65

Black with #338E65

Text Example


Text Example

White with #338E65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,142,101); }

 H1.HeaderClassName
 {
   color: #338E65;
 }
 .AnyTagClassName
 {
   color: #338E65;
 }
</style>

background-color css

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

 a { background-color: rgb(51,142,101); }

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

border-color css

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

 span { border-color: rgb(51,142,101); }

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