Html Css Color HEX #05663C Jewel

📋 copy color: '#05663C'

red 5 ◦ green 102 ◦ blue 60

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

Shades of Jewel #05663C

Tints of Jewel #05663C

RGB

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

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

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

R = 2.99%
G = 61.08%
B = 35.93%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.41

 K value IS 0.6

RGB Variations

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

Color information

#05663C (or 0x05663C) is known color: Jewel. HEX triplet: 05, 66 and 3C. RGB value is (5,102,60). Sum of RGB (Red+Green+Blue) = 5+102+60=167 (22% of max value = 765). Red value is 5 (2.34% from 255 or 2.99% from 167); Green value is 102 (40.23% from 255 or 61.08% from 167); Blue value is 60 (23.83% from 255 or 35.93% from 167); Max value from RGB is 102 - color contains mainly: green. Hex color #05663C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #05663C is #FA99C3. Grayscale: #444444. Windows color (decimal): -16423364 or 3958277. OLE color: 3958277.

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

Color convert

RGB 5 102 60 -
CMYK 0.95 0 0.41 0.6
HSL 154.02º 0.91% 0.21% -
HSV(B) 154.02º 0.95% 0.4% -
XYZ 5.63 9.86 5.88 -
YUV 68.21 123.36 82.92 -
System Red Green Blue C M Y K H S L
Decimal 5 102 60 0.95 0 0.41 0.6 154.02 0.91 0.21
Hex 5 66 3C 5F 0 29 3C 9A 5B 15
Octal 5 146 74 137 0 51 74 232 133 25
Binary 101 1100110 111100 1011111 0 101001 111100 10011010 1011011 10101

Color Harmonies of #05663C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05663C

Black with #05663C

Text Example


Text Example

White with #05663C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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