Html Css Color HEX #057038 Jewel

📋 copy color: '#057038'

red 5 ◦ green 112 ◦ blue 56

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

Shades of Jewel #057038

Tints of Jewel #057038

RGB

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

 GREEN value IS 112 (44.14% from 255) = 64.74%

 BLUE value IS 56 (22.27% from 255) = 32.37%

R = 2.89%
G = 64.74%
B = 32.37%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.50

 K value IS 0.56

RGB Variations

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

Color information

#057038 (or 0x057038) is known color: Jewel. HEX triplet: 05, 70 and 38. RGB value is (5,112,56). Sum of RGB (Red+Green+Blue) = 5+112+56=173 (22% of max value = 765). Red value is 5 (2.34% from 255 or 2.89% from 173); Green value is 112 (44.14% from 255 or 64.74% from 173); Blue value is 56 (22.27% from 255 or 32.37% from 173); Max value from RGB is 112 - color contains mainly: green. Hex color #057038 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #057038 is #FA8FC7. Grayscale: #494949. Windows color (decimal): -16420808 or 3698693. OLE color: 3698693.

HSL color Cylindrical-coordinate representation of color #057038: hue angle of 148.6º degrees, saturation: 0.91, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #057038 is Cyan = 0.96, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.56.

Color convert

RGB 5 112 56 -
CMYK 0.96 0 0.50 0.56
HSL 148.6º 0.91% 0.23% -
HSV(B) 148.6º 0.96% 0.44% -
XYZ 6.57 11.91 5.69 -
YUV 73.62 118.05 79.05 -
System Red Green Blue C M Y K H S L
Decimal 5 112 56 0.96 0 0.50 0.56 148.6 0.91 0.23
Hex 5 70 38 60 0 32 38 95 5B 17
Octal 5 160 70 140 0 62 70 225 133 27
Binary 101 1110000 111000 1100000 0 110010 111000 10010101 1011011 10111

Color Harmonies of #057038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #057038

Black with #057038

Text Example


Text Example

White with #057038

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #057038; }

 p { color: rgb(5,112,56); }

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

background-color css

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

 a { background-color: rgb(5,112,56); }

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

border-color css

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

 span { border-color: rgb(5,112,56); }

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