Html Css Color HEX #05613C Jewel

📋 copy color: '#05613C'

red 5 ◦ green 97 ◦ blue 60

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

Shades of Jewel #05613C

Tints of Jewel #05613C

RGB

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

 GREEN value IS 97 (38.28% from 255) = 59.88%

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

R = 3.09%
G = 59.88%
B = 37.04%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.38

 K value IS 0.62

RGB Variations

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

Color information

#05613C (or 0x05613C) is known color: Jewel. HEX triplet: 05, 61 and 3C. RGB value is (5,97,60). Sum of RGB (Red+Green+Blue) = 5+97+60=162 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.09% from 162); Green value is 97 (38.28% from 255 or 59.88% from 162); Blue value is 60 (23.83% from 255 or 37.04% from 162); Max value from RGB is 97 - color contains mainly: green. Hex color #05613C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #05613C is #FA9EC3. Grayscale: #414141. Windows color (decimal): -16424644 or 3956997. OLE color: 3956997.

HSL color Cylindrical-coordinate representation of color #05613C: hue angle of 155.87º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #05613C is Cyan = 0.95, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.62.

Color convert

RGB 5 97 60 -
CMYK 0.95 0 0.38 0.62
HSL 155.87º 0.9% 0.2% -
HSV(B) 155.87º 0.95% 0.38% -
XYZ 5.15 8.91 5.72 -
YUV 65.27 125.02 85.01 -
System Red Green Blue C M Y K H S L
Decimal 5 97 60 0.95 0 0.38 0.62 155.87 0.9 0.2
Hex 5 61 3C 5F 0 26 3E 9C 5A 14
Octal 5 141 74 137 0 46 76 234 132 24
Binary 101 1100001 111100 1011111 0 100110 111110 10011100 1011010 10100

Color Harmonies of #05613C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05613C

Black with #05613C

Text Example


Text Example

White with #05613C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05613C; }

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

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

background-color css

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

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

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

border-color css

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

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

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