#0C433D

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

Shades of Cyprus #0C433D

Tints of Cyprus #0C433D

Color information

#0C433D (or 0x0C433D) is unknown color: approx Cyprus. HEX triplet: 0C, 43 and 3D. RGB value is (12,67,61). Sum of RGB (Red+Green+Blue) = 12+67+61=140 (18% of max value = 765). Red value is 12 (5.08% from 255 or 8.57% from 140); Green value is 67 (26.56% from 255 or 47.86% from 140); Blue value is 61 (24.22% from 255 or 43.57% from 140); Max value from RGB is 67 - color contains mainly: green. Hex color #0C433D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C433D is #F3BCC2. Grayscale: #313131. Windows color (decimal): -15973571 or 4014860. OLE color: 4014860.

HSL color Cylindrical-coordinate representation of color #0C433D: hue angle of 173.45º degrees, saturation: 0.7, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #0C433D is Cyan = 0.82, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.74.

Color convert

RGB126761-
CMYK0.8200.090.74
HSL173.45º69.62%15.49%-
HSV(B)173.45º82.09%26.27%-
XYZ34.435.11-
YUV49.87134.28100.99-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 8.57%
GREEN value IS 67 (26.56% from 255) = 47.86%
BLUE value IS 61 (24.22% from 255) = 43.57%
R=8.57%
G=47.86%
B=43.57%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal1267610.8200.090.74173.4569.6215.49
HexC433D52094Aad46f
Octal141037512201111225510617
Binary1100100001111110110100100100110010101010110110001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C433D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,67,61); }

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

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

 a { background-color: rgb(12,67,61); }

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

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

 span { border-color: rgb(12,67,61); }

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