Html Css Color HEX #349999 Java

📋 copy color: '#349999'

red 52 ◦ green 153 ◦ blue 153

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

Shades of Java #349999

Tints of Java #349999

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 42.74%

R = 14.53%
G = 42.74%
B = 42.74%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#349999 (or 0x349999) is known color: Java. HEX triplet: 34, 99 and 99. RGB value is (52,153,153). Sum of RGB (Red+Green+Blue) = 52+153+153=358 (47% of max value = 765). Red value is 52 (20.70% from 255 or 14.53% from 358); Green value is 153 (60.16% from 255 or 42.74% from 358); Blue value is 153 (60.16% from 255 or 42.74% from 358); Max value from RGB is 153 - color contains mainly: green, blue. Hex color #349999 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #349999 is #CB6666. Grayscale: #7A7A7A. Windows color (decimal): -13330023 or 10066228. OLE color: 10066228.

HSL color Cylindrical-coordinate representation of color #349999: hue angle of 180º 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 #349999 is Cyan = 0.66, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 52 153 153 -
CMYK 0.66 0 0 0.4
HSL 180º 0.49% 0.4% -
HSV(B) 180º 0.66% 0.6% -
XYZ 18.56 25.81 34.14 -
YUV 122.8 145.04 77.5 -
System Red Green Blue C M Y K H S L
Decimal 52 153 153 0.66 0 0 0.4 180 0.49 0.4
Hex 34 99 99 42 0 0 28 B4 31 28
Octal 64 231 231 102 0 0 50 264 61 50
Binary 110100 10011001 10011001 1000010 0 0 101000 10110100 110001 101000

Color Harmonies of #349999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #349999

Black with #349999

Text Example


Text Example

White with #349999

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #349999; }

 p { color: rgb(52,153,153); }

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

background-color css

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

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

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

border-color css

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

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

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