Html Css Color HEX #057237 Jewel

📋 copy color: '#057237'

red 5 ◦ green 114 ◦ blue 55

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

Shades of Jewel #057237

Tints of Jewel #057237

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 31.61%

R = 2.87%
G = 65.52%
B = 31.61%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.52

 K value IS 0.55

RGB Variations

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

Color information

#057237 (or 0x057237) is known color: Jewel. HEX triplet: 05, 72 and 37. RGB value is (5,114,55). Sum of RGB (Red+Green+Blue) = 5+114+55=174 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.87% from 174); Green value is 114 (44.92% from 255 or 65.52% from 174); Blue value is 55 (21.88% from 255 or 31.61% from 174); Max value from RGB is 114 - color contains mainly: green. Hex color #057237 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #057237 is #FA8DC8. Grayscale: #4A4A4A. Windows color (decimal): -16420297 or 3633669. OLE color: 3633669.

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

Color convert

RGB 5 114 55 -
CMYK 0.96 0 0.52 0.55
HSL 147.52º 0.92% 0.23% -
HSV(B) 147.52º 0.96% 0.45% -
XYZ 6.77 12.34 5.64 -
YUV 74.68 116.89 78.3 -
System Red Green Blue C M Y K H S L
Decimal 5 114 55 0.96 0 0.52 0.55 147.52 0.92 0.23
Hex 5 72 37 60 0 34 37 94 5C 17
Octal 5 162 67 140 0 64 67 224 134 27
Binary 101 1110010 110111 1100000 0 110100 110111 10010100 1011100 10111

Color Harmonies of #057237

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #057237

Black with #057237

Text Example


Text Example

White with #057237

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #057237; }

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

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

background-color css

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

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

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

border-color css

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

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

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