Html Css Color HEX #338C62 Eucalyptus

📋 copy color: '#338C62'

red 51 ◦ green 140 ◦ blue 98

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

Shades of Eucalyptus #338C62

Tints of Eucalyptus #338C62

RGB

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

 GREEN value IS 140 (55.08% from 255) = 48.44%

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

R = 17.65%
G = 48.44%
B = 33.91%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.3

 K value IS 0.45

RGB Variations

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

Color information

#338C62 (or 0x338C62) is known color: Eucalyptus. HEX triplet: 33, 8C and 62. RGB value is (51,140,98). Sum of RGB (Red+Green+Blue) = 51+140+98=289 (38% of max value = 765). Red value is 51 (20.31% from 255 or 17.65% from 289); Green value is 140 (55.08% from 255 or 48.44% from 289); Blue value is 98 (38.67% from 255 or 33.91% from 289); Max value from RGB is 140 - color contains mainly: green. Hex color #338C62 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #338C62 is #CC739D. Grayscale: #6C6C6C. Windows color (decimal): -13398942 or 6458419. OLE color: 6458419.

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

Color convert

RGB 51 140 98 -
CMYK 0.64 0 0.3 0.45
HSL 151.69º 0.47% 0.37% -
HSV(B) 151.69º 0.64% 0.55% -
XYZ 12.95 20.34 14.8 -
YUV 108.6 122.01 86.92 -
System Red Green Blue C M Y K H S L
Decimal 51 140 98 0.64 0 0.3 0.45 151.69 0.47 0.37
Hex 33 8C 62 40 0 1E 2D 98 2F 25
Octal 63 214 142 100 0 36 55 230 57 45
Binary 110011 10001100 1100010 1000000 0 11110 101101 10011000 101111 100101

Color Harmonies of #338C62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #338C62

Black with #338C62

Text Example


Text Example

White with #338C62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,140,98); }

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

background-color css

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

 a { background-color: rgb(51,140,98); }

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

border-color css

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

 span { border-color: rgb(51,140,98); }

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