Html Css Color HEX #0D463F Cyprus

📋 copy color: '#0D463F'

red 13 ◦ green 70 ◦ blue 63

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

Shades of Cyprus #0D463F

Tints of Cyprus #0D463F

RGB

 RED value IS 13 (5.47% from 255) = 8.9%

 GREEN value IS 70 (27.73% from 255) = 47.95%

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

R = 8.9%
G = 47.95%
B = 43.15%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.10

 K value IS 0.73

RGB Variations

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

Color information

#0D463F (or 0x0D463F) is known color: Cyprus. HEX triplet: 0D, 46 and 3F. RGB value is (13,70,63). Sum of RGB (Red+Green+Blue) = 13+70+63=146 (19% of max value = 765). Red value is 13 (5.47% from 255 or 8.90% from 146); Green value is 70 (27.73% from 255 or 47.95% from 146); Blue value is 63 (25% from 255 or 43.15% from 146); Max value from RGB is 70 - color contains mainly: green. Hex color #0D463F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D463F is #F2B9C0. Grayscale: #343434. Windows color (decimal): -15907265 or 4146701. OLE color: 4146701.

HSL color Cylindrical-coordinate representation of color #0D463F: hue angle of 172.63º degrees, saturation: 0.69, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #0D463F is Cyan = 0.81, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.73.

Color convert

RGB 13 70 63 -
CMYK 0.81 0 0.10 0.73
HSL 172.63º 0.69% 0.16% -
HSV(B) 172.63º 0.81% 0.27% -
XYZ 3.25 4.82 5.46 -
YUV 52.16 134.12 100.07 -
System Red Green Blue C M Y K H S L
Decimal 13 70 63 0.81 0 0.10 0.73 172.63 0.69 0.16
Hex D 46 3F 51 0 A 49 AD 45 10
Octal 15 106 77 121 0 12 111 255 105 20
Binary 1101 1000110 111111 1010001 0 1010 1001001 10101101 1000101 10000

Color Harmonies of #0D463F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D463F

Black with #0D463F

Text Example


Text Example

White with #0D463F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0D463F; }

 p { color: rgb(13,70,63); }

 H1.HeaderClassName
 {
   color: #0D463F;
 }
 .AnyTagClassName
 {
   color: #0D463F;
 }
</style>

background-color css

<style>
 a { background-color: #0D463F; }

 a { background-color: rgb(13,70,63); }

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

border-color css

<style>
 span { border-color: #0D463F; }

 span { border-color: rgb(13,70,63); }

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