Html Css Color HEX #349867 Eucalyptus

📋 copy color: '#349867'

red 52 ◦ green 152 ◦ blue 103

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

Shades of Eucalyptus #349867

Tints of Eucalyptus #349867

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 33.55%

R = 16.94%
G = 49.51%
B = 33.55%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.32

 K value IS 0.40

RGB Variations

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

Color information

#349867 (or 0x349867) is known color: Eucalyptus. HEX triplet: 34, 98 and 67. RGB value is (52,152,103). Sum of RGB (Red+Green+Blue) = 52+152+103=307 (40% of max value = 765). Red value is 52 (20.70% from 255 or 16.94% from 307); Green value is 152 (59.77% from 255 or 49.51% from 307); Blue value is 103 (40.62% from 255 or 33.55% from 307); Max value from RGB is 152 - color contains mainly: green. Hex color #349867 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #349867 is #CB6798. Grayscale: #747474. Windows color (decimal): -13330329 or 6789172. OLE color: 6789172.

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

Color convert

RGB 52 152 103 -
CMYK 0.66 0 0.32 0.40
HSL 150.6º 0.49% 0.4% -
HSV(B) 150.6º 0.66% 0.6% -
XYZ 15.09 24.17 16.7 -
YUV 116.51 120.37 81.98 -
System Red Green Blue C M Y K H S L
Decimal 52 152 103 0.66 0 0.32 0.40 150.6 0.49 0.4
Hex 34 98 67 42 0 20 28 97 31 28
Octal 64 230 147 102 0 40 50 227 61 50
Binary 110100 10011000 1100111 1000010 0 100000 101000 10010111 110001 101000

Color Harmonies of #349867

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #349867

Black with #349867

Text Example


Text Example

White with #349867

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #349867; }

 p { color: rgb(52,152,103); }

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

background-color css

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

 a { background-color: rgb(52,152,103); }

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

border-color css

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

 span { border-color: rgb(52,152,103); }

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