Html Css Color HEX #369462 Eucalyptus

📋 copy color: '#369462'

red 54 ◦ green 148 ◦ blue 98

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

Shades of Eucalyptus #369462

Tints of Eucalyptus #369462

RGB

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

 GREEN value IS 148 (58.2% from 255) = 49.33%

 BLUE value IS 98 (38.67% from 255) = 32.67%

R = 18%
G = 49.33%
B = 32.67%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.34

 K value IS 0.42

RGB Variations

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

Color information

#369462 (or 0x369462) is known color: Eucalyptus. HEX triplet: 36, 94 and 62. RGB value is (54,148,98). Sum of RGB (Red+Green+Blue) = 54+148+98=300 (39% of max value = 765). Red value is 54 (21.48% from 255 or 18% from 300); Green value is 148 (58.20% from 255 or 49.33% from 300); Blue value is 98 (38.67% from 255 or 32.67% from 300); Max value from RGB is 148 - color contains mainly: green. Hex color #369462 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #369462 is #C96B9D. Grayscale: #727272. Windows color (decimal): -13200286 or 6460470. OLE color: 6460470.

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

Color convert

RGB 54 148 98 -
CMYK 0.64 0 0.34 0.42
HSL 148.09º 0.47% 0.4% -
HSV(B) 148.09º 0.64% 0.58% -
XYZ 14.32 22.85 15.21 -
YUV 114.19 118.86 85.07 -
System Red Green Blue C M Y K H S L
Decimal 54 148 98 0.64 0 0.34 0.42 148.09 0.47 0.4
Hex 36 94 62 40 0 22 2A 94 2F 28
Octal 66 224 142 100 0 42 52 224 57 50
Binary 110110 10010100 1100010 1000000 0 100010 101010 10010100 101111 101000

Color Harmonies of #369462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #369462

Black with #369462

Text Example


Text Example

White with #369462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #369462; }

 p { color: rgb(54,148,98); }

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

background-color css

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

 a { background-color: rgb(54,148,98); }

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

border-color css

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

 span { border-color: rgb(54,148,98); }

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