Html Css Color HEX #00423C Cyprus

📋 copy color: '#00423C'

red 0 ◦ green 66 ◦ blue 60

#00423C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cyprus #00423C

Tints of Cyprus #00423C

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 66 (26.17% from 255) = 52.38%

 BLUE value IS 60 (23.83% from 255) = 47.62%

R = 0%
G = 52.38%
B = 47.62%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.09

 K value IS 0.74

RGB Variations

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

Color information

#00423C (or 0x00423C) is known color: Cyprus. HEX triplet: 00, 42 and 3C. RGB value is (0,66,60). Sum of RGB (Red+Green+Blue) = 0+66+60=126 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 126); Green value is 66 (26.17% from 255 or 52.38% from 126); Blue value is 60 (23.83% from 255 or 47.62% from 126); Max value from RGB is 66 - color contains mainly: green. Hex color #00423C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #00423C is #FFBDC3. Grayscale: #2D2D2D. Windows color (decimal): -16760260 or 3949056. OLE color: 3949056.

HSL color Cylindrical-coordinate representation of color #00423C: hue angle of 174.55º 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 #00423C is Cyan = 1, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.74.

Color convert

RGB 0 66 60 -
CMYK 1 0 0.09 0.74
HSL 174.55º 1% 0.13% -
HSV(B) 174.55º 1% 0.26% -
XYZ 2.76 4.22 4.94 -
YUV 45.58 136.13 95.49 -
System Red Green Blue C M Y K H S L
Decimal 0 66 60 1 0 0.09 0.74 174.55 1 0.13
Hex 0 42 3C 64 0 9 4A AF 64 D
Octal 0 102 74 144 0 11 112 257 144 15
Binary 0 1000010 111100 1100100 0 1001 1001010 10101111 1100100 1101

Color Harmonies of #00423C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00423C

Black with #00423C

Text Example


Text Example

White with #00423C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #00423C;
 }
 .AnyTagClassName
 {
   color: #00423C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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