Html Css Color HEX #00423E Cyprus

📋 copy color: '#00423E'

red 0 ◦ green 66 ◦ blue 62

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

Shades of Cyprus #00423E

Tints of Cyprus #00423E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 48.44%

R = 0%
G = 51.56%
B = 48.44%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.06

 K value IS 0.74

RGB Variations

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

Color information

#00423E (or 0x00423E) is known color: Cyprus. HEX triplet: 00, 42 and 3E. RGB value is (0,66,62). Sum of RGB (Red+Green+Blue) = 0+66+62=128 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 128); Green value is 66 (26.17% from 255 or 51.56% from 128); Blue value is 62 (24.61% from 255 or 48.44% from 128); Max value from RGB is 66 - color contains mainly: green. Hex color #00423E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #00423E is #FFBDC1. Grayscale: #2D2D2D. Windows color (decimal): -16760258 or 4080128. OLE color: 4080128.

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

Color convert

RGB 0 66 62 -
CMYK 1 0 0.06 0.74
HSL 176.36º 1% 0.13% -
HSV(B) 176.36º 1% 0.26% -
XYZ 2.82 4.24 5.23 -
YUV 45.81 137.13 95.33 -
System Red Green Blue C M Y K H S L
Decimal 0 66 62 1 0 0.06 0.74 176.36 1 0.13
Hex 0 42 3E 64 0 6 4A B0 64 D
Octal 0 102 76 144 0 6 112 260 144 15
Binary 0 1000010 111110 1100100 0 110 1001010 10110000 1100100 1101

Color Harmonies of #00423E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00423E

Black with #00423E

Text Example


Text Example

White with #00423E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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