Html Css Color HEX #349797 Java

📋 copy color: '#349797'

red 52 ◦ green 151 ◦ blue 151

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

Shades of Java #349797

Tints of Java #349797

RGB

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

 GREEN value IS 151 (59.38% from 255) = 42.66%

 BLUE value IS 151 (59.38% from 255) = 42.66%

R = 14.69%
G = 42.66%
B = 42.66%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#349797 (or 0x349797) is known color: Java. HEX triplet: 34, 97 and 97. RGB value is (52,151,151). Sum of RGB (Red+Green+Blue) = 52+151+151=354 (46% of max value = 765). Red value is 52 (20.70% from 255 or 14.69% from 354); Green value is 151 (59.38% from 255 or 42.66% from 354); Blue value is 151 (59.38% from 255 or 42.66% from 354); Max value from RGB is 151 - color contains mainly: green, blue. Hex color #349797 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #349797 is #CB6868. Grayscale: #797979. Windows color (decimal): -13330537 or 9934644. OLE color: 9934644.

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

Color convert

RGB 52 151 151 -
CMYK 0.66 0 0 0.41
HSL 180º 0.49% 0.4% -
HSV(B) 180º 0.66% 0.59% -
XYZ 18.07 25.1 33.17 -
YUV 121.4 144.7 78.5 -
System Red Green Blue C M Y K H S L
Decimal 52 151 151 0.66 0 0 0.41 180 0.49 0.4
Hex 34 97 97 42 0 0 29 B4 31 28
Octal 64 227 227 102 0 0 51 264 61 50
Binary 110100 10010111 10010111 1000010 0 0 101001 10110100 110001 101000

Color Harmonies of #349797

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #349797

Black with #349797

Text Example


Text Example

White with #349797

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #349797; }

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

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

background-color css

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

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

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

border-color css

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

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

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