#057238

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

Shades of Jewel #057238

Tints of Jewel #057238

Color information

#057238 (or 0x057238) is unknown color: approx Jewel. HEX triplet: 05, 72 and 38. RGB value is (5,114,56). Sum of RGB (Red+Green+Blue) = 5+114+56=175 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.86% from 175); Green value is 114 (44.92% from 255 or 65.14% from 175); Blue value is 56 (22.27% from 255 or 32% from 175); Max value from RGB is 114 - color contains mainly: green. Hex color #057238 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #057238 is #FA8DC7. Grayscale: #4A4A4A. Windows color (decimal): -16420296 or 3699205. OLE color: 3699205.

HSL color Cylindrical-coordinate representation of color #057238: hue angle of 148.07º degrees, saturation: 0.92, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #057238 is Cyan = 0.96, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.55.

Color convert

RGB511456-
CMYK0.9600.510.55
HSL148.07º91.6%23.33%-
HSV(B)148.07º95.61%44.71%-
XYZ6.7912.355.77-
YUV74.8117.3978.22-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.86%
GREEN value IS 114 (44.92% from 255) = 65.14%
BLUE value IS 56 (22.27% from 255) = 32%
R=2.86%
G=65.14%
B=32%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal5114560.9600.510.55148.0791.623.33
Hex572386003337945c17
Octal5162701400636722413427
Binary10111100101110001100000011001111011110010100101110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #057238

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #057238; }

 p { color: rgb(5,114,56); }

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

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

 a { background-color: rgb(5,114,56); }

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

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

 span { border-color: rgb(5,114,56); }

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