Html Css Color HEX #055E42 Jewel

📋 copy color: '#055E42'

red 5 ◦ green 94 ◦ blue 66

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

Shades of Jewel #055E42

Tints of Jewel #055E42

RGB

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

 GREEN value IS 94 (37.11% from 255) = 56.97%

 BLUE value IS 66 (26.17% from 255) = 40%

R = 3.03%
G = 56.97%
B = 40%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.30

 K value IS 0.63

RGB Variations

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

Color information

#055E42 (or 0x055E42) is known color: Jewel. HEX triplet: 05, 5E and 42. RGB value is (5,94,66). Sum of RGB (Red+Green+Blue) = 5+94+66=165 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.03% from 165); Green value is 94 (37.11% from 255 or 56.97% from 165); Blue value is 66 (26.17% from 255 or 40% from 165); Max value from RGB is 94 - color contains mainly: green. Hex color #055E42 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #055E42 is #FAA1BD. Grayscale: #404040. Windows color (decimal): -16425406 or 4349445. OLE color: 4349445.

HSL color Cylindrical-coordinate representation of color #055E42: hue angle of 161.12º degrees, saturation: 0.9, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #055E42 is Cyan = 0.95, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.63.

Color convert

RGB 5 94 66 -
CMYK 0.95 0 0.30 0.63
HSL 161.12º 0.9% 0.19% -
HSV(B) 161.12º 0.95% 0.37% -
XYZ 5.05 8.43 6.52 -
YUV 64.2 129.01 85.78 -
System Red Green Blue C M Y K H S L
Decimal 5 94 66 0.95 0 0.30 0.63 161.12 0.9 0.19
Hex 5 5E 42 5F 0 1E 3F A1 5A 13
Octal 5 136 102 137 0 36 77 241 132 23
Binary 101 1011110 1000010 1011111 0 11110 111111 10100001 1011010 10011

Color Harmonies of #055E42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #055E42

Black with #055E42

Text Example


Text Example

White with #055E42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #055E42; }

 p { color: rgb(5,94,66); }

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

background-color css

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

 a { background-color: rgb(5,94,66); }

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

border-color css

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

 span { border-color: rgb(5,94,66); }

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