#00373D

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

Shades of Cyprus #00373D

Tints of Cyprus #00373D

Color information

#00373D (or 0x00373D) is unknown color: approx Cyprus. HEX triplet: 00, 37 and 3D. RGB value is (0,55,61). Sum of RGB (Red+Green+Blue) = 0+55+61=116 (15% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 116); Green value is 55 (21.88% from 255 or 47.41% from 116); Blue value is 61 (24.22% from 255 or 52.59% from 116); Max value from RGB is 61 - color contains mainly: blue. Hex color #00373D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #00373D is #FFC8C2. Grayscale: #272727. Windows color (decimal): -16763075 or 4011776. OLE color: 4011776.

HSL color Cylindrical-coordinate representation of color #00373D: hue angle of 185.9º degrees, saturation: 1, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00373D is Cyan = 1, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB05561-
CMYK10.1000.76
HSL185.9º100%11.96%-
HSV(B)185.9º100%23.92%-
XYZ2.213.074.89-
YUV39.24140.28100.01-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 55 (21.88% from 255) = 47.41%
BLUE value IS 61 (24.22% from 255) = 52.59%
R=0%
G=47.41%
B=52.59%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal0556110.1000.76185.910011.96
Hex0373D64A04Cba64c
Octal0677514412011427214414
Binary011011111110111001001010010011001011101011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00373D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00373D; }

 p { color: rgb(0,55,61); }

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

<style>
 a { background-color: #00373D; }

 a { background-color: rgb(0,55,61); }

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

<style>
 span { border-color: #00373D; }

 span { border-color: rgb(0,55,61); }

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