Html Css Color HEX #056C3C Jewel

📋 copy color: '#056C3C'

red 5 ◦ green 108 ◦ blue 60

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

Shades of Jewel #056C3C

Tints of Jewel #056C3C

RGB

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

 GREEN value IS 108 (42.58% from 255) = 62.43%

 BLUE value IS 60 (23.83% from 255) = 34.68%

R = 2.89%
G = 62.43%
B = 34.68%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.44

 K value IS 0.58

RGB Variations

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

Color information

#056C3C (or 0x056C3C) is known color: Jewel. HEX triplet: 05, 6C and 3C. RGB value is (5,108,60). Sum of RGB (Red+Green+Blue) = 5+108+60=173 (22% of max value = 765). Red value is 5 (2.34% from 255 or 2.89% from 173); Green value is 108 (42.58% from 255 or 62.43% from 173); Blue value is 60 (23.83% from 255 or 34.68% from 173); Max value from RGB is 108 - color contains mainly: green. Hex color #056C3C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #056C3C is #FA93C3. Grayscale: #474747. Windows color (decimal): -16421828 or 3959813. OLE color: 3959813.

HSL color Cylindrical-coordinate representation of color #056C3C: hue angle of 152.04º 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 #056C3C is Cyan = 0.95, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.58.

Color convert

RGB 5 108 60 -
CMYK 0.95 0 0.44 0.58
HSL 152.04º 0.91% 0.22% -
HSV(B) 152.04º 0.95% 0.42% -
XYZ 6.24 11.08 6.09 -
YUV 71.73 121.38 80.4 -
System Red Green Blue C M Y K H S L
Decimal 5 108 60 0.95 0 0.44 0.58 152.04 0.91 0.22
Hex 5 6C 3C 5F 0 2C 3A 98 5B 16
Octal 5 154 74 137 0 54 72 230 133 26
Binary 101 1101100 111100 1011111 0 101100 111010 10011000 1011011 10110

Color Harmonies of #056C3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #056C3C

Black with #056C3C

Text Example


Text Example

White with #056C3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,108,60); }

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

background-color css

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

 a { background-color: rgb(5,108,60); }

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

border-color css

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

 span { border-color: rgb(5,108,60); }

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