Html Css Color HEX #10653F Jewel

📋 copy color: '#10653F'

red 16 ◦ green 101 ◦ blue 63

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

Shades of Jewel #10653F

Tints of Jewel #10653F

RGB

 RED value IS 16 (6.64% from 255) = 8.89%

 GREEN value IS 101 (39.84% from 255) = 56.11%

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

R = 8.89%
G = 56.11%
B = 35%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.38

 K value IS 0.60

RGB Variations

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

Color information

#10653F (or 0x10653F) is known color: Jewel. HEX triplet: 10, 65 and 3F. RGB value is (16,101,63). Sum of RGB (Red+Green+Blue) = 16+101+63=180 (23% of max value = 765). Red value is 16 (6.64% from 255 or 8.89% from 180); Green value is 101 (39.84% from 255 or 56.11% from 180); Blue value is 63 (25% from 255 or 35% from 180); Max value from RGB is 101 - color contains mainly: green. Hex color #10653F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #10653F is #EF9AC0. Grayscale: #474747. Windows color (decimal): -15702721 or 4154640. OLE color: 4154640.

HSL color Cylindrical-coordinate representation of color #10653F: hue angle of 153.18º degrees, saturation: 0.73, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #10653F is Cyan = 0.84, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.60.

Color convert

RGB 16 101 63 -
CMYK 0.84 0 0.38 0.60
HSL 153.18º 0.73% 0.23% -
HSV(B) 153.18º 0.84% 0.4% -
XYZ 5.76 9.78 6.29 -
YUV 71.25 123.34 88.59 -
System Red Green Blue C M Y K H S L
Decimal 16 101 63 0.84 0 0.38 0.60 153.18 0.73 0.23
Hex 10 65 3F 54 0 26 3C 99 49 17
Octal 20 145 77 124 0 46 74 231 111 27
Binary 10000 1100101 111111 1010100 0 100110 111100 10011001 1001001 10111

Color Harmonies of #10653F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10653F

Black with #10653F

Text Example


Text Example

White with #10653F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,101,63); }

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

background-color css

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

 a { background-color: rgb(16,101,63); }

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

border-color css

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

 span { border-color: rgb(16,101,63); }

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