Html Css Color HEX #369968 Eucalyptus

📋 copy color: '#369968'

red 54 ◦ green 153 ◦ blue 104

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

Shades of Eucalyptus #369968

Tints of Eucalyptus #369968

RGB

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

 GREEN value IS 153 (60.16% from 255) = 49.2%

 BLUE value IS 104 (41.02% from 255) = 33.44%

R = 17.36%
G = 49.2%
B = 33.44%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.32

 K value IS 0.4

RGB Variations

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

Color information

#369968 (or 0x369968) is known color: Eucalyptus. HEX triplet: 36, 99 and 68. RGB value is (54,153,104). Sum of RGB (Red+Green+Blue) = 54+153+104=311 (41% of max value = 765). Red value is 54 (21.48% from 255 or 17.36% from 311); Green value is 153 (60.16% from 255 or 49.20% from 311); Blue value is 104 (41.02% from 255 or 33.44% from 311); Max value from RGB is 153 - color contains mainly: green. Hex color #369968 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #369968 is #C96697. Grayscale: #757575. Windows color (decimal): -13199000 or 6854966. OLE color: 6854966.

HSL color Cylindrical-coordinate representation of color #369968: hue angle of 150.3º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #369968 is Cyan = 0.65, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.4.

Color convert

RGB 54 153 104 -
CMYK 0.65 0 0.32 0.4
HSL 150.3º 0.48% 0.41% -
HSV(B) 150.3º 0.65% 0.6% -
XYZ 15.41 24.57 17.03 -
YUV 117.81 120.2 82.48 -
System Red Green Blue C M Y K H S L
Decimal 54 153 104 0.65 0 0.32 0.4 150.3 0.48 0.41
Hex 36 99 68 41 0 20 28 96 30 29
Octal 66 231 150 101 0 40 50 226 60 51
Binary 110110 10011001 1101000 1000001 0 100000 101000 10010110 110000 101001

Color Harmonies of #369968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #369968

Black with #369968

Text Example


Text Example

White with #369968

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #369968; }

 p { color: rgb(54,153,104); }

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

background-color css

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

 a { background-color: rgb(54,153,104); }

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

border-color css

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

 span { border-color: rgb(54,153,104); }

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