#0A7248

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

Shades of Jewel #0A7248

Tints of Jewel #0A7248

Color information

#0A7248 (or 0x0A7248) is unknown color: approx Jewel. HEX triplet: 0A, 72 and 48. RGB value is (10,114,72). Sum of RGB (Red+Green+Blue) = 10+114+72=196 (25% of max value = 765). Red value is 10 (4.30% from 255 or 5.10% from 196); Green value is 114 (44.92% from 255 or 58.16% from 196); Blue value is 72 (28.52% from 255 or 36.73% from 196); Max value from RGB is 114 - color contains mainly: green. Hex color #0A7248 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A7248 is #F58DB7. Grayscale: #4E4E4E. Windows color (decimal): -16092600 or 4747786. OLE color: 4747786.

HSL color Cylindrical-coordinate representation of color #0A7248: hue angle of 155.77º degrees, saturation: 0.84, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0A7248 is Cyan = 0.91, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.55.

Color convert

RGB1011472-
CMYK0.9100.370.55
HSL155.77º83.87%24.31%-
HSV(B)155.77º91.23%44.71%-
XYZ7.3112.578.17-
YUV78.12124.5479.42-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 5.10%
GREEN value IS 114 (44.92% from 255) = 58.16%
BLUE value IS 72 (28.52% from 255) = 36.73%
R=5.10%
G=58.16%
B=36.73%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal10114720.9100.370.55155.7783.8724.31
HexA72485B025379c5418
Octal121621101330456723412430
Binary1010111001010010001011011010010111011110011100101010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A7248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0A7248; }

 p { color: rgb(10,114,72); }

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

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

 a { background-color: rgb(10,114,72); }

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

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

 span { border-color: rgb(10,114,72); }

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