#0D423E

Color #0D423E Cyprus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cyprus #0D423E

Tints of Cyprus #0D423E

Color information

#0D423E (or 0x0D423E) is unknown color: approx Cyprus. HEX triplet: 0D, 42 and 3E. RGB value is (13,66,62). Sum of RGB (Red+Green+Blue) = 13+66+62=141 (18% of max value = 765). Red value is 13 (5.47% from 255 or 9.22% from 141); Green value is 66 (26.17% from 255 or 46.81% from 141); Blue value is 62 (24.61% from 255 or 43.97% from 141); Max value from RGB is 66 - color contains mainly: green. Hex color #0D423E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D423E is #F2BDC1. Grayscale: #313131. Windows color (decimal): -15908290 or 4080141. OLE color: 4080141.

HSL color Cylindrical-coordinate representation of color #0D423E: hue angle of 175.47º degrees, saturation: 0.67, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #0D423E is Cyan = 0.80, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.74.

Color convert

RGB136662-
CMYK0.8000.060.74
HSL175.47º67.09%15.49%-
HSV(B)175.47º80.3%25.88%-
XYZ2.984.335.24-
YUV49.7134.94101.83-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 9.22%
GREEN value IS 66 (26.17% from 255) = 46.81%
BLUE value IS 62 (24.61% from 255) = 43.97%
R=9.22%
G=46.81%
B=43.97%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal1366620.8000.060.74175.4767.0915.49
HexD423E50064Aaf43f
Octal15102761200611225710317
Binary110110000101111101010000011010010101010111110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D423E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,66,62); }

 H1.HeaderClassName
 {
   color: #0D423E;
 }
 .AnyTagClassName
 {
   color: #0D423E;
 }
</style>
background-color css

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

 a { background-color: rgb(13,66,62); }

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

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

 span { border-color: rgb(13,66,62); }

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