Html Css Color HEX #05673A Jewel

📋 copy color: '#05673A'

red 5 ◦ green 103 ◦ blue 58

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

Shades of Jewel #05673A

Tints of Jewel #05673A

RGB

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

 GREEN value IS 103 (40.63% from 255) = 62.05%

 BLUE value IS 58 (23.05% from 255) = 34.94%

R = 3.01%
G = 62.05%
B = 34.94%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.44

 K value IS 0.60

RGB Variations

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

Color information

#05673A (or 0x05673A) is known color: Jewel. HEX triplet: 05, 67 and 3A. RGB value is (5,103,58). Sum of RGB (Red+Green+Blue) = 5+103+58=166 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.01% from 166); Green value is 103 (40.62% from 255 or 62.05% from 166); Blue value is 58 (23.05% from 255 or 34.94% from 166); Max value from RGB is 103 - color contains mainly: green. Hex color #05673A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #05673A is #FA98C5. Grayscale: #444444. Windows color (decimal): -16423110 or 3827461. OLE color: 3827461.

HSL color Cylindrical-coordinate representation of color #05673A: hue angle of 152.45º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #05673A is Cyan = 0.95, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.60.

Color convert

RGB 5 103 58 -
CMYK 0.95 0 0.44 0.60
HSL 152.45º 0.91% 0.21% -
HSV(B) 152.45º 0.95% 0.4% -
XYZ 5.68 10.04 5.64 -
YUV 68.57 122.03 82.66 -
System Red Green Blue C M Y K H S L
Decimal 5 103 58 0.95 0 0.44 0.60 152.45 0.91 0.21
Hex 5 67 3A 5F 0 2C 3C 98 5B 15
Octal 5 147 72 137 0 54 74 230 133 25
Binary 101 1100111 111010 1011111 0 101100 111100 10011000 1011011 10101

Color Harmonies of #05673A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05673A

Black with #05673A

Text Example


Text Example

White with #05673A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05673A; }

 p { color: rgb(5,103,58); }

 H1.HeaderClassName
 {
   color: #05673A;
 }
 .AnyTagClassName
 {
   color: #05673A;
 }
</style>

background-color css

<style>
 a { background-color: #05673A; }

 a { background-color: rgb(5,103,58); }

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

border-color css

<style>
 span { border-color: #05673A; }

 span { border-color: rgb(5,103,58); }

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