Html Css Color HEX #05683D Jewel

📋 copy color: '#05683D'

red 5 ◦ green 104 ◦ blue 61

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

Shades of Jewel #05683D

Tints of Jewel #05683D

RGB

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

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

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

R = 2.94%
G = 61.18%
B = 35.88%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.41

 K value IS 0.59

RGB Variations

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

Color information

#05683D (or 0x05683D) is known color: Jewel. HEX triplet: 05, 68 and 3D. RGB value is (5,104,61). Sum of RGB (Red+Green+Blue) = 5+104+61=170 (22% of max value = 765). Red value is 5 (2.34% from 255 or 2.94% from 170); Green value is 104 (41.02% from 255 or 61.18% from 170); Blue value is 61 (24.22% from 255 or 35.88% from 170); Max value from RGB is 104 - color contains mainly: green. Hex color #05683D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #05683D is #FA97C2. Grayscale: #454545. Windows color (decimal): -16422851 or 4024325. OLE color: 4024325.

HSL color Cylindrical-coordinate representation of color #05683D: hue angle of 153.94º 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 #05683D is Cyan = 0.95, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.59.

Color convert

RGB 5 104 61 -
CMYK 0.95 0 0.41 0.59
HSL 153.94º 0.91% 0.21% -
HSV(B) 153.94º 0.95% 0.41% -
XYZ 5.86 10.27 6.09 -
YUV 69.5 123.2 82 -
System Red Green Blue C M Y K H S L
Decimal 5 104 61 0.95 0 0.41 0.59 153.94 0.91 0.21
Hex 5 68 3D 5F 0 29 3B 9A 5B 15
Octal 5 150 75 137 0 51 73 232 133 25
Binary 101 1101000 111101 1011111 0 101001 111011 10011010 1011011 10101

Color Harmonies of #05683D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05683D

Black with #05683D

Text Example


Text Example

White with #05683D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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