#003838

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

Shades of Cyprus #003838

Tints of Cyprus #003838

Color information

#003838 (or 0x003838) is unknown color: approx Cyprus. HEX triplet: 00, 38 and 38. RGB value is (0,56,56). Sum of RGB (Red+Green+Blue) = 0+56+56=112 (14% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 112); Green value is 56 (22.27% from 255 or 50% from 112); Blue value is 56 (22.27% from 255 or 50% from 112); Max value from RGB is 56 - color contains mainly: green, blue. Hex color #003838 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #003838 is #FFC7C7. Grayscale: #272727. Windows color (decimal): -16762824 or 3684352. OLE color: 3684352.

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

Color convert

RGB05656-
CMYK1000.78
HSL180º100%10.98%-
HSV(B)180º100%21.96%-
XYZ2.133.114.23-
YUV39.26137.45100-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 56 (22.27% from 255) = 50%
BLUE value IS 56 (22.27% from 255) = 50%
R=0%
G=50%
B=50%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal056561000.7818010010.98
Hex0383864004Eb464b
Octal070701440011626414413
Binary011100011100011001000010011101011010011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #003838

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #003838; }

 p { color: rgb(0,56,56); }

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

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

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

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

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

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

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