Html Css Color HEX #05683F Jewel

📋 copy color: '#05683F'

red 5 ◦ green 104 ◦ blue 63

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

Shades of Jewel #05683F

Tints of Jewel #05683F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 36.63%

R = 2.91%
G = 60.47%
B = 36.63%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.39

 K value IS 0.59

RGB Variations

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

Color information

#05683F (or 0x05683F) is known color: Jewel. HEX triplet: 05, 68 and 3F. RGB value is (5,104,63). Sum of RGB (Red+Green+Blue) = 5+104+63=172 (22% of max value = 765). Red value is 5 (2.34% from 255 or 2.91% from 172); Green value is 104 (41.02% from 255 or 60.47% from 172); Blue value is 63 (25% from 255 or 36.63% from 172); Max value from RGB is 104 - color contains mainly: green. Hex color #05683F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #05683F is #FA97C0. Grayscale: #454545. Windows color (decimal): -16422849 or 4155397. OLE color: 4155397.

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

Color convert

RGB 5 104 63 -
CMYK 0.95 0 0.39 0.59
HSL 155.15º 0.91% 0.21% -
HSV(B) 155.15º 0.95% 0.41% -
XYZ 5.91 10.29 6.38 -
YUV 69.73 124.2 81.83 -
System Red Green Blue C M Y K H S L
Decimal 5 104 63 0.95 0 0.39 0.59 155.15 0.91 0.21
Hex 5 68 3F 5F 0 27 3B 9B 5B 15
Octal 5 150 77 137 0 47 73 233 133 25
Binary 101 1101000 111111 1011111 0 100111 111011 10011011 1011011 10101

Color Harmonies of #05683F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05683F

Black with #05683F

Text Example


Text Example

White with #05683F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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