Html Css Color HEX #057243 Jewel

📋 copy color: '#057243'

red 5 ◦ green 114 ◦ blue 67

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

Shades of Jewel #057243

Tints of Jewel #057243

RGB

 RED value IS 5 (2.34% from 255) = 2.69%

 GREEN value IS 114 (44.92% from 255) = 61.29%

 BLUE value IS 67 (26.56% from 255) = 36.02%

R = 2.69%
G = 61.29%
B = 36.02%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.41

 K value IS 0.55

RGB Variations

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

Color information

#057243 (or 0x057243) is known color: Jewel. HEX triplet: 05, 72 and 43. RGB value is (5,114,67). Sum of RGB (Red+Green+Blue) = 5+114+67=186 (24% of max value = 765). Red value is 5 (2.34% from 255 or 2.69% from 186); Green value is 114 (44.92% from 255 or 61.29% from 186); Blue value is 67 (26.56% from 255 or 36.02% from 186); Max value from RGB is 114 - color contains mainly: green. Hex color #057243 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #057243 is #FA8DBC. Grayscale: #4C4C4C. Windows color (decimal): -16420285 or 4420101. OLE color: 4420101.

HSL color Cylindrical-coordinate representation of color #057243: hue angle of 154.13º 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 #057243 is Cyan = 0.96, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.55.

Color convert

RGB 5 114 67 -
CMYK 0.96 0 0.41 0.55
HSL 154.13º 0.92% 0.23% -
HSV(B) 154.13º 0.96% 0.45% -
XYZ 7.09 12.47 7.34 -
YUV 76.05 122.89 77.32 -
System Red Green Blue C M Y K H S L
Decimal 5 114 67 0.96 0 0.41 0.55 154.13 0.92 0.23
Hex 5 72 43 60 0 29 37 9A 5C 17
Octal 5 162 103 140 0 51 67 232 134 27
Binary 101 1110010 1000011 1100000 0 101001 110111 10011010 1011100 10111

Color Harmonies of #057243

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #057243

Black with #057243

Text Example


Text Example

White with #057243

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #057243; }

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

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

background-color css

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

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

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

border-color css

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

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

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