#229484

Color #229484 Java (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Java #229484

Tints of Java #229484

Color information

#229484 (or 0x229484) is unknown color: approx Java. HEX triplet: 22, 94 and 84. RGB value is (34,148,132). Sum of RGB (Red+Green+Blue) = 34+148+132=314 (41% of max value = 765). Red value is 34 (13.67% from 255 or 10.83% from 314); Green value is 148 (58.20% from 255 or 47.13% from 314); Blue value is 132 (51.95% from 255 or 42.04% from 314); Max value from RGB is 148 - color contains mainly: green. Hex color #229484 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #229484 is #DD6B7B. Grayscale: #707070. Windows color (decimal): -14510972 or 8688674. OLE color: 8688674.

HSL color Cylindrical-coordinate representation of color #229484: hue angle of 171.58º degrees, saturation: 0.63, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #229484 is Cyan = 0.77, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.42.

Color convert

RGB34148132-
CMYK0.7700.110.42
HSL171.58º62.64%35.69%-
HSV(B)171.58º77.03%58.04%-
XYZ15.4123.1925.49-
YUV112.09139.2372.3-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 10.83%
GREEN value IS 148 (58.20% from 255) = 47.13%
BLUE value IS 132 (51.95% from 255) = 42.04%
R=10.83%
G=47.13%
B=42.04%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal341481320.7700.110.42171.5862.6435.69
Hex2294844D0B2Aac3f24
Octal42224204115013522547744
Binary100010100101001000010010011010101110101010101100111111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #229484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #229484; }

 p { color: rgb(34,148,132); }

 H1.HeaderClassName
 {
   color: #229484;
 }
 .AnyTagClassName
 {
   color: #229484;
 }
</style>
background-color css

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

 a { background-color: rgb(34,148,132); }

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

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

 span { border-color: rgb(34,148,132); }

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