#00423F

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

Shades of Cyprus #00423F

Tints of Cyprus #00423F

Color information

#00423F (or 0x00423F) is unknown color: approx Cyprus. HEX triplet: 00, 42 and 3F. RGB value is (0,66,63). Sum of RGB (Red+Green+Blue) = 0+66+63=129 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 129); Green value is 66 (26.17% from 255 or 51.16% from 129); Blue value is 63 (25% from 255 or 48.84% from 129); Max value from RGB is 66 - color contains mainly: green. Hex color #00423F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #00423F is #FFBDC0. Grayscale: #2D2D2D. Windows color (decimal): -16760257 or 4145664. OLE color: 4145664.

HSL color Cylindrical-coordinate representation of color #00423F: hue angle of 177.27º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00423F is Cyan = 1, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.74.

Color convert

RGB06663-
CMYK100.050.74
HSL177.27º100%12.94%-
HSV(B)177.27º100%25.88%-
XYZ2.854.265.37-
YUV45.92137.6395.24-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 66 (26.17% from 255) = 51.16%
BLUE value IS 63 (25% from 255) = 48.84%
R=0%
G=51.16%
B=48.84%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal06663100.050.74177.2710012.94
Hex0423F64054Ab164d
Octal0102771440511226114415
Binary010000101111111100100010110010101011000111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00423F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00423F; }

 p { color: rgb(0,66,63); }

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

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

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

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

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

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

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