Html Css Color HEX #05683C Jewel

📋 copy color: '#05683C'

red 5 ◦ green 104 ◦ blue 60

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

Shades of Jewel #05683C

Tints of Jewel #05683C

RGB

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

 GREEN value IS 104 (41.02% from 255) = 61.54%

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

R = 2.96%
G = 61.54%
B = 35.5%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.42

 K value IS 0.59

RGB Variations

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

Color information

#05683C (or 0x05683C) is known color: Jewel. HEX triplet: 05, 68 and 3C. RGB value is (5,104,60). Sum of RGB (Red+Green+Blue) = 5+104+60=169 (22% of max value = 765). Red value is 5 (2.34% from 255 or 2.96% from 169); Green value is 104 (41.02% from 255 or 61.54% from 169); Blue value is 60 (23.83% from 255 or 35.50% from 169); Max value from RGB is 104 - color contains mainly: green. Hex color #05683C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #05683C is #FA97C3. Grayscale: #454545. Windows color (decimal): -16422852 or 3958789. OLE color: 3958789.

HSL color Cylindrical-coordinate representation of color #05683C: hue angle of 153.33º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #05683C is Cyan = 0.95, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.59.

Color convert

RGB 5 104 60 -
CMYK 0.95 0 0.42 0.59
HSL 153.33º 0.91% 0.21% -
HSV(B) 153.33º 0.95% 0.41% -
XYZ 5.83 10.26 5.95 -
YUV 69.38 122.7 82.08 -
System Red Green Blue C M Y K H S L
Decimal 5 104 60 0.95 0 0.42 0.59 153.33 0.91 0.21
Hex 5 68 3C 5F 0 2A 3B 99 5B 15
Octal 5 150 74 137 0 52 73 231 133 25
Binary 101 1101000 111100 1011111 0 101010 111011 10011001 1011011 10101

Color Harmonies of #05683C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05683C

Black with #05683C

Text Example


Text Example

White with #05683C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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