Html Css Color HEX #057238 Jewel

📋 copy color: '#057238'

red 5 ◦ green 114 ◦ blue 56

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

Shades of Jewel #057238

Tints of Jewel #057238

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 value IS 0.96

 M value IS 0

 Y value IS 0.51

 K value IS 0.55

RGB Variations

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

Color information

#057238 (or 0x057238) is known color: 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

RGB 5 114 56 -
CMYK 0.96 0 0.51 0.55
HSL 148.07º 0.92% 0.23% -
HSV(B) 148.07º 0.96% 0.45% -
XYZ 6.79 12.35 5.77 -
YUV 74.8 117.39 78.22 -
System Red Green Blue C M Y K H S L
Decimal 5 114 56 0.96 0 0.51 0.55 148.07 0.92 0.23
Hex 5 72 38 60 0 33 37 94 5C 17
Octal 5 162 70 140 0 63 67 224 134 27
Binary 101 1110010 111000 1100000 0 110011 110111 10010100 1011100 10111

Color Harmonies of #057238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #057238

Black with #057238

Text Example


Text Example

White with #057238

Text Example


Text Example

HTML Codes & Css Web 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>