Html Css Color HEX #057343 Jewel

📋 copy color: '#057343'

red 5 ◦ green 115 ◦ blue 67

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

Shades of Jewel #057343

Tints of Jewel #057343

RGB

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

 GREEN value IS 115 (45.31% from 255) = 61.5%

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

R = 2.67%
G = 61.5%
B = 35.83%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.42

 K value IS 0.55

RGB Variations

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

Color information

#057343 (or 0x057343) is known color: Jewel. HEX triplet: 05, 73 and 43. RGB value is (5,115,67). Sum of RGB (Red+Green+Blue) = 5+115+67=187 (24% of max value = 765). Red value is 5 (2.34% from 255 or 2.67% from 187); Green value is 115 (45.31% from 255 or 61.50% from 187); Blue value is 67 (26.56% from 255 or 35.83% from 187); Max value from RGB is 115 - color contains mainly: green. Hex color #057343 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #057343 is #FA8CBC. Grayscale: #4C4C4C. Windows color (decimal): -16420029 or 4420357. OLE color: 4420357.

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

Color convert

RGB 5 115 67 -
CMYK 0.96 0 0.42 0.55
HSL 153.82º 0.92% 0.24% -
HSV(B) 153.82º 0.96% 0.45% -
XYZ 7.21 12.7 7.38 -
YUV 76.64 122.56 76.9 -
System Red Green Blue C M Y K H S L
Decimal 5 115 67 0.96 0 0.42 0.55 153.82 0.92 0.24
Hex 5 73 43 60 0 2A 37 9A 5C 18
Octal 5 163 103 140 0 52 67 232 134 30
Binary 101 1110011 1000011 1100000 0 101010 110111 10011010 1011100 11000

Color Harmonies of #057343

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #057343

Black with #057343

Text Example


Text Example

White with #057343

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #057343; }

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

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

background-color css

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

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

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

border-color css

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

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

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