#00413A

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

Shades of Cyprus #00413A

Tints of Cyprus #00413A

Color information

#00413A (or 0x00413A) is unknown color: approx Cyprus. HEX triplet: 00, 41 and 3A. RGB value is (0,65,58). Sum of RGB (Red+Green+Blue) = 0+65+58=123 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 123); Green value is 65 (25.78% from 255 or 52.85% from 123); Blue value is 58 (23.05% from 255 or 47.15% from 123); Max value from RGB is 65 - color contains mainly: green. Hex color #00413A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #00413A is #FFBEC5. Grayscale: #2C2C2C. Windows color (decimal): -16760518 or 3817728. OLE color: 3817728.

HSL color Cylindrical-coordinate representation of color #00413A: hue angle of 173.54º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00413A is Cyan = 1, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.75.

Color convert

RGB06558-
CMYK100.110.75
HSL173.54º100%12.75%-
HSV(B)173.54º100%25.49%-
XYZ2.654.094.65-
YUV44.77135.4796.07-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 65 (25.78% from 255) = 52.85%
BLUE value IS 58 (23.05% from 255) = 47.15%
R=0%
G=52.85%
B=47.15%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal06558100.110.75173.5410012.75
Hex0413A640B4Bae64d
Octal01017214401311325614415
Binary0100000111101011001000101110010111010111011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00413A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00413A; }

 p { color: rgb(0,65,58); }

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

<style>
 a { background-color: #00413A; }

 a { background-color: rgb(0,65,58); }

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

<style>
 span { border-color: #00413A; }

 span { border-color: rgb(0,65,58); }

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