#04383D

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

Shades of Cyprus #04383D

Tints of Cyprus #04383D

Color information

#04383D (or 0x04383D) is unknown color: approx Cyprus. HEX triplet: 04, 38 and 3D. RGB value is (4,56,61). Sum of RGB (Red+Green+Blue) = 4+56+61=121 (16% of max value = 765). Red value is 4 (1.95% from 255 or 3.31% from 121); Green value is 56 (22.27% from 255 or 46.28% from 121); Blue value is 61 (24.22% from 255 or 50.41% from 121); Max value from RGB is 61 - color contains mainly: blue. Hex color #04383D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #04383D is #FBC7C2. Grayscale: #282828. Windows color (decimal): -16500675 or 4012036. OLE color: 4012036.

HSL color Cylindrical-coordinate representation of color #04383D: hue angle of 185.26º degrees, saturation: 0.88, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #04383D is Cyan = 0.93, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB45661-
CMYK0.930.0800.76
HSL185.26º87.69%12.75%-
HSV(B)185.26º93.44%23.92%-
XYZ2.313.194.91-
YUV41.02139.27101.59-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.31%
GREEN value IS 56 (22.27% from 255) = 46.28%
BLUE value IS 61 (24.22% from 255) = 50.41%
R=3.31%
G=46.28%
B=50.41%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal456610.930.0800.76185.2687.6912.75
Hex4383D5D804Cb958d
Octal4707513510011427113015
Binary10011100011110110111011000010011001011100110110001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04383D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(4,56,61); }

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

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

 a { background-color: rgb(4,56,61); }

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

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

 span { border-color: rgb(4,56,61); }

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