Html Css Color HEX #368F65 Eucalyptus

📋 copy color: '#368F65'

red 54 ◦ green 143 ◦ blue 101

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

Shades of Eucalyptus #368F65

Tints of Eucalyptus #368F65

RGB

 RED value IS 54 (21.48% from 255) = 18.12%

 GREEN value IS 143 (56.25% from 255) = 47.99%

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

R = 18.12%
G = 47.99%
B = 33.89%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.29

 K value IS 0.44

RGB Variations

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

Color information

#368F65 (or 0x368F65) is known color: Eucalyptus. HEX triplet: 36, 8F and 65. RGB value is (54,143,101). Sum of RGB (Red+Green+Blue) = 54+143+101=298 (39% of max value = 765). Red value is 54 (21.48% from 255 or 18.12% from 298); Green value is 143 (56.25% from 255 or 47.99% from 298); Blue value is 101 (39.84% from 255 or 33.89% from 298); Max value from RGB is 143 - color contains mainly: green. Hex color #368F65 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #368F65 is #C9709A. Grayscale: #6F6F6F. Windows color (decimal): -13201563 or 6655798. OLE color: 6655798.

HSL color Cylindrical-coordinate representation of color #368F65: hue angle of 151.69º degrees, saturation: 0.45, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #368F65 is Cyan = 0.62, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.44.

Color convert

RGB 54 143 101 -
CMYK 0.62 0 0.29 0.44
HSL 151.69º 0.45% 0.39% -
HSV(B) 151.69º 0.62% 0.56% -
XYZ 13.69 21.37 15.71 -
YUV 111.6 122.01 86.92 -
System Red Green Blue C M Y K H S L
Decimal 54 143 101 0.62 0 0.29 0.44 151.69 0.45 0.39
Hex 36 8F 65 3E 0 1D 2C 98 2D 27
Octal 66 217 145 76 0 35 54 230 55 47
Binary 110110 10001111 1100101 111110 0 11101 101100 10011000 101101 100111

Color Harmonies of #368F65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #368F65

Black with #368F65

Text Example


Text Example

White with #368F65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #368F65; }

 p { color: rgb(54,143,101); }

 H1.HeaderClassName
 {
   color: #368F65;
 }
 .AnyTagClassName
 {
   color: #368F65;
 }
</style>

background-color css

<style>
 a { background-color: #368F65; }

 a { background-color: rgb(54,143,101); }

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

border-color css

<style>
 span { border-color: #368F65; }

 span { border-color: rgb(54,143,101); }

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