Html Css Color HEX #369D6A Eucalyptus

📋 copy color: '#369D6A'

red 54 ◦ green 157 ◦ blue 106

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

Shades of Eucalyptus #369D6A

Tints of Eucalyptus #369D6A

RGB

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

 GREEN value IS 157 (61.72% from 255) = 49.53%

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

R = 17.03%
G = 49.53%
B = 33.44%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.32

 K value IS 0.38

RGB Variations

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

Color information

#369D6A (or 0x369D6A) is known color: Eucalyptus. HEX triplet: 36, 9D and 6A. RGB value is (54,157,106). Sum of RGB (Red+Green+Blue) = 54+157+106=317 (41% of max value = 765). Red value is 54 (21.48% from 255 or 17.03% from 317); Green value is 157 (61.72% from 255 or 49.53% from 317); Blue value is 106 (41.80% from 255 or 33.44% from 317); Max value from RGB is 157 - color contains mainly: green. Hex color #369D6A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #369D6A is #C96295. Grayscale: #787878. Windows color (decimal): -13197974 or 6987062. OLE color: 6987062.

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

Color convert

RGB 54 157 106 -
CMYK 0.66 0 0.32 0.38
HSL 150.29º 0.49% 0.41% -
HSV(B) 150.29º 0.66% 0.62% -
XYZ 16.18 25.94 17.79 -
YUV 120.39 119.88 80.65 -
System Red Green Blue C M Y K H S L
Decimal 54 157 106 0.66 0 0.32 0.38 150.29 0.49 0.41
Hex 36 9D 6A 42 0 20 26 96 31 29
Octal 66 235 152 102 0 40 46 226 61 51
Binary 110110 10011101 1101010 1000010 0 100000 100110 10010110 110001 101001

Color Harmonies of #369D6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #369D6A

Black with #369D6A

Text Example


Text Example

White with #369D6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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