Html Css Color HEX #05663D Jewel

📋 copy color: '#05663D'

red 5 ◦ green 102 ◦ blue 61

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

Shades of Jewel #05663D

Tints of Jewel #05663D

RGB

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

 GREEN value IS 102 (40.23% from 255) = 60.71%

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

R = 2.98%
G = 60.71%
B = 36.31%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.40

 K value IS 0.6

RGB Variations

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

Color information

#05663D (or 0x05663D) is known color: Jewel. HEX triplet: 05, 66 and 3D. RGB value is (5,102,61). Sum of RGB (Red+Green+Blue) = 5+102+61=168 (22% of max value = 765). Red value is 5 (2.34% from 255 or 2.98% from 168); Green value is 102 (40.23% from 255 or 60.71% from 168); Blue value is 61 (24.22% from 255 or 36.31% from 168); Max value from RGB is 102 - color contains mainly: green. Hex color #05663D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #05663D is #FA99C2. Grayscale: #444444. Windows color (decimal): -16423363 or 4023813. OLE color: 4023813.

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

Color convert

RGB 5 102 61 -
CMYK 0.95 0 0.40 0.6
HSL 154.64º 0.91% 0.21% -
HSV(B) 154.64º 0.95% 0.4% -
XYZ 5.66 9.87 6.02 -
YUV 68.32 123.86 82.83 -
System Red Green Blue C M Y K H S L
Decimal 5 102 61 0.95 0 0.40 0.6 154.64 0.91 0.21
Hex 5 66 3D 5F 0 28 3C 9B 5B 15
Octal 5 146 75 137 0 50 74 233 133 25
Binary 101 1100110 111101 1011111 0 101000 111100 10011011 1011011 10101

Color Harmonies of #05663D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05663D

Black with #05663D

Text Example


Text Example

White with #05663D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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