Html Css Color HEX #055B3D Jewel

📋 copy color: '#055B3D'

red 5 ◦ green 91 ◦ blue 61

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

Shades of Jewel #055B3D

Tints of Jewel #055B3D

RGB

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

 GREEN value IS 91 (35.94% from 255) = 57.96%

 BLUE value IS 61 (24.22% from 255) = 38.85%

R = 3.18%
G = 57.96%
B = 38.85%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.33

 K value IS 0.64

RGB Variations

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

Color information

#055B3D (or 0x055B3D) is known color: Jewel. HEX triplet: 05, 5B and 3D. RGB value is (5,91,61). Sum of RGB (Red+Green+Blue) = 5+91+61=157 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.18% from 157); Green value is 91 (35.94% from 255 or 57.96% from 157); Blue value is 61 (24.22% from 255 or 38.85% from 157); Max value from RGB is 91 - color contains mainly: green. Hex color #055B3D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #055B3D is #FAA4C2. Grayscale: #3D3D3D. Windows color (decimal): -16426179 or 4020997. OLE color: 4020997.

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

Color convert

RGB 5 91 61 -
CMYK 0.95 0 0.33 0.64
HSL 159.07º 0.9% 0.19% -
HSV(B) 159.07º 0.95% 0.36% -
XYZ 4.65 7.85 5.69 -
YUV 61.87 127.51 87.44 -
System Red Green Blue C M Y K H S L
Decimal 5 91 61 0.95 0 0.33 0.64 159.07 0.9 0.19
Hex 5 5B 3D 5F 0 21 40 9F 5A 13
Octal 5 133 75 137 0 41 100 237 132 23
Binary 101 1011011 111101 1011111 0 100001 1000000 10011111 1011010 10011

Color Harmonies of #055B3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #055B3D

Black with #055B3D

Text Example


Text Example

White with #055B3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,91,61); }

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

background-color css

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

 a { background-color: rgb(5,91,61); }

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

border-color css

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

 span { border-color: rgb(5,91,61); }

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