Html Css Color HEX #369F6A Eucalyptus

📋 copy color: '#369F6A'

red 54 ◦ green 159 ◦ blue 106

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

Shades of Eucalyptus #369F6A

Tints of Eucalyptus #369F6A

RGB

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

 GREEN value IS 159 (62.5% from 255) = 49.84%

 BLUE value IS 106 (41.8% from 255) = 33.23%

R = 16.93%
G = 49.84%
B = 33.23%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.33

 K value IS 0.38

RGB Variations

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

Color information

#369F6A (or 0x369F6A) is known color: Eucalyptus. HEX triplet: 36, 9F and 6A. RGB value is (54,159,106). Sum of RGB (Red+Green+Blue) = 54+159+106=319 (42% of max value = 765). Red value is 54 (21.48% from 255 or 16.93% from 319); Green value is 159 (62.5% from 255 or 49.84% from 319); Blue value is 106 (41.80% from 255 or 33.23% from 319); Max value from RGB is 159 - color contains mainly: green. Hex color #369F6A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #369F6A is #C96095. Grayscale: #797979. Windows color (decimal): -13197462 or 6987574. OLE color: 6987574.

HSL color Cylindrical-coordinate representation of color #369F6A: hue angle of 149.71º degrees, saturation: 0.49, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #369F6A is Cyan = 0.66, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.38.

Color convert

RGB 54 159 106 -
CMYK 0.66 0 0.33 0.38
HSL 149.71º 0.49% 0.42% -
HSV(B) 149.71º 0.66% 0.62% -
XYZ 16.52 26.62 17.9 -
YUV 121.56 119.21 79.81 -
System Red Green Blue C M Y K H S L
Decimal 54 159 106 0.66 0 0.33 0.38 149.71 0.49 0.42
Hex 36 9F 6A 42 0 21 26 96 31 2A
Octal 66 237 152 102 0 41 46 226 61 52
Binary 110110 10011111 1101010 1000010 0 100001 100110 10010110 110001 101010

Color Harmonies of #369F6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #369F6A

Black with #369F6A

Text Example


Text Example

White with #369F6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #369F6A; }

 p { color: rgb(54,159,106); }

 H1.HeaderClassName
 {
   color: #369F6A;
 }
 .AnyTagClassName
 {
   color: #369F6A;
 }
</style>

background-color css

<style>
 a { background-color: #369F6A; }

 a { background-color: rgb(54,159,106); }

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

border-color css

<style>
 span { border-color: #369F6A; }

 span { border-color: rgb(54,159,106); }

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