Html Css Color HEX #00423A Cyprus

📋 copy color: '#00423A'

red 0 ◦ green 66 ◦ blue 58

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

Shades of Cyprus #00423A

Tints of Cyprus #00423A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 46.77%

R = 0%
G = 53.23%
B = 46.77%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.12

 K value IS 0.74

RGB Variations

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

Color information

#00423A (or 0x00423A) is known color: Cyprus. HEX triplet: 00, 42 and 3A. RGB value is (0,66,58). Sum of RGB (Red+Green+Blue) = 0+66+58=124 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 124); Green value is 66 (26.17% from 255 or 53.23% from 124); Blue value is 58 (23.05% from 255 or 46.77% from 124); Max value from RGB is 66 - color contains mainly: green. Hex color #00423A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #00423A is #FFBDC5. Grayscale: #2D2D2D. Windows color (decimal): -16760262 or 3817984. OLE color: 3817984.

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

Color convert

RGB 0 66 58 -
CMYK 1 0 0.12 0.74
HSL 172.73º 1% 0.13% -
HSV(B) 172.73º 1% 0.26% -
XYZ 2.71 4.2 4.67 -
YUV 45.35 135.13 95.65 -
System Red Green Blue C M Y K H S L
Decimal 0 66 58 1 0 0.12 0.74 172.73 1 0.13
Hex 0 42 3A 64 0 C 4A AD 64 D
Octal 0 102 72 144 0 14 112 255 144 15
Binary 0 1000010 111010 1100100 0 1100 1001010 10101101 1100100 1101

Color Harmonies of #00423A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00423A

Black with #00423A

Text Example


Text Example

White with #00423A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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