Html Css Color HEX #349458 Eucalyptus

📋 copy color: '#349458'

red 52 ◦ green 148 ◦ blue 88

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

Shades of Eucalyptus #349458

Tints of Eucalyptus #349458

RGB

 RED value IS 52 (20.7% from 255) = 18.06%

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

 BLUE value IS 88 (34.77% from 255) = 30.56%

R = 18.06%
G = 51.39%
B = 30.56%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.41

 K value IS 0.42

RGB Variations

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

Color information

#349458 (or 0x349458) is known color: Eucalyptus. HEX triplet: 34, 94 and 58. RGB value is (52,148,88). Sum of RGB (Red+Green+Blue) = 52+148+88=288 (38% of max value = 765). Red value is 52 (20.70% from 255 or 18.06% from 288); Green value is 148 (58.20% from 255 or 51.39% from 288); Blue value is 88 (34.77% from 255 or 30.56% from 288); Max value from RGB is 148 - color contains mainly: green. Hex color #349458 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #349458 is #CB6BA7. Grayscale: #707070. Windows color (decimal): -13331368 or 5805108. OLE color: 5805108.

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

Color convert

RGB 52 148 88 -
CMYK 0.65 0 0.41 0.42
HSL 142.5º 0.48% 0.39% -
HSV(B) 142.5º 0.65% 0.58% -
XYZ 13.77 22.61 12.87 -
YUV 112.46 114.2 84.88 -
System Red Green Blue C M Y K H S L
Decimal 52 148 88 0.65 0 0.41 0.42 142.5 0.48 0.39
Hex 34 94 58 41 0 29 2A 8E 30 27
Octal 64 224 130 101 0 51 52 216 60 47
Binary 110100 10010100 1011000 1000001 0 101001 101010 10001110 110000 100111

Color Harmonies of #349458

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #349458

Black with #349458

Text Example


Text Example

White with #349458

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #349458; }

 p { color: rgb(52,148,88); }

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

background-color css

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

 a { background-color: rgb(52,148,88); }

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

border-color css

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

 span { border-color: rgb(52,148,88); }

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