Html Css Color HEX #369865 Eucalyptus

📋 copy color: '#369865'

red 54 ◦ green 152 ◦ blue 101

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

Shades of Eucalyptus #369865

Tints of Eucalyptus #369865

RGB

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

 GREEN value IS 152 (59.77% from 255) = 49.51%

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

R = 17.59%
G = 49.51%
B = 32.9%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.34

 K value IS 0.40

RGB Variations

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

Color information

#369865 (or 0x369865) is known color: Eucalyptus. HEX triplet: 36, 98 and 65. RGB value is (54,152,101). Sum of RGB (Red+Green+Blue) = 54+152+101=307 (40% of max value = 765). Red value is 54 (21.48% from 255 or 17.59% from 307); Green value is 152 (59.77% from 255 or 49.51% from 307); Blue value is 101 (39.84% from 255 or 32.90% from 307); Max value from RGB is 152 - color contains mainly: green. Hex color #369865 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #369865 is #C9679A. Grayscale: #747474. Windows color (decimal): -13199259 or 6658102. OLE color: 6658102.

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

Color convert

RGB 54 152 101 -
CMYK 0.64 0 0.34 0.40
HSL 148.78º 0.48% 0.4% -
HSV(B) 148.78º 0.64% 0.6% -
XYZ 15.1 24.18 16.18 -
YUV 116.88 119.03 83.15 -
System Red Green Blue C M Y K H S L
Decimal 54 152 101 0.64 0 0.34 0.40 148.78 0.48 0.4
Hex 36 98 65 40 0 22 28 95 30 28
Octal 66 230 145 100 0 42 50 225 60 50
Binary 110110 10011000 1100101 1000000 0 100010 101000 10010101 110000 101000

Color Harmonies of #369865

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #369865

Black with #369865

Text Example


Text Example

White with #369865

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #369865; }

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

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

background-color css

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

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

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

border-color css

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

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

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