Html Css Color HEX #056B43 Jewel

📋 copy color: '#056B43'

red 5 ◦ green 107 ◦ blue 67

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

Shades of Jewel #056B43

Tints of Jewel #056B43

RGB

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

 GREEN value IS 107 (42.19% from 255) = 59.78%

 BLUE value IS 67 (26.56% from 255) = 37.43%

R = 2.79%
G = 59.78%
B = 37.43%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.37

 K value IS 0.58

RGB Variations

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

Color information

#056B43 (or 0x056B43) is known color: Jewel. HEX triplet: 05, 6B and 43. RGB value is (5,107,67). Sum of RGB (Red+Green+Blue) = 5+107+67=179 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.79% from 179); Green value is 107 (42.19% from 255 or 59.78% from 179); Blue value is 67 (26.56% from 255 or 37.43% from 179); Max value from RGB is 107 - color contains mainly: green. Hex color #056B43 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #056B43 is #FA94BC. Grayscale: #484848. Windows color (decimal): -16422077 or 4418309. OLE color: 4418309.

HSL color Cylindrical-coordinate representation of color #056B43: hue angle of 156.47º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #056B43 is Cyan = 0.95, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.58.

Color convert

RGB 5 107 67 -
CMYK 0.95 0 0.37 0.58
HSL 156.47º 0.91% 0.22% -
HSV(B) 156.47º 0.95% 0.42% -
XYZ 6.33 10.95 7.09 -
YUV 71.94 125.21 80.25 -
System Red Green Blue C M Y K H S L
Decimal 5 107 67 0.95 0 0.37 0.58 156.47 0.91 0.22
Hex 5 6B 43 5F 0 25 3A 9C 5B 16
Octal 5 153 103 137 0 45 72 234 133 26
Binary 101 1101011 1000011 1011111 0 100101 111010 10011100 1011011 10110

Color Harmonies of #056B43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #056B43

Black with #056B43

Text Example


Text Example

White with #056B43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #056B43; }

 p { color: rgb(5,107,67); }

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

background-color css

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

 a { background-color: rgb(5,107,67); }

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

border-color css

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

 span { border-color: rgb(5,107,67); }

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