Html Css Color HEX #04423A Cyprus

📋 copy color: '#04423A'

red 4 ◦ green 66 ◦ blue 58

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

Shades of Cyprus #04423A

Tints of Cyprus #04423A

RGB

 RED value IS 4 (1.95% from 255) = 3.13%

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

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

R = 3.13%
G = 51.56%
B = 45.31%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.12

 K value IS 0.74

RGB Variations

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

Color information

#04423A (or 0x04423A) is known color: Cyprus. HEX triplet: 04, 42 and 3A. RGB value is (4,66,58). Sum of RGB (Red+Green+Blue) = 4+66+58=128 (16% of max value = 765). Red value is 4 (1.95% from 255 or 3.12% from 128); Green value is 66 (26.17% from 255 or 51.56% from 128); Blue value is 58 (23.05% from 255 or 45.31% from 128); Max value from RGB is 66 - color contains mainly: green. Hex color #04423A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #04423A is #FBBDC5. Grayscale: #2E2E2E. Windows color (decimal): -16498118 or 3817988. OLE color: 3817988.

HSL color Cylindrical-coordinate representation of color #04423A: hue angle of 172.26º degrees, saturation: 0.89, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #04423A is Cyan = 0.94, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.74.

Color convert

RGB 4 66 58 -
CMYK 0.94 0 0.12 0.74
HSL 172.26º 0.89% 0.14% -
HSV(B) 172.26º 0.94% 0.26% -
XYZ 2.76 4.23 4.67 -
YUV 46.55 134.46 97.65 -
System Red Green Blue C M Y K H S L
Decimal 4 66 58 0.94 0 0.12 0.74 172.26 0.89 0.14
Hex 4 42 3A 5E 0 C 4A AC 59 E
Octal 4 102 72 136 0 14 112 254 131 16
Binary 100 1000010 111010 1011110 0 1100 1001010 10101100 1011001 1110

Color Harmonies of #04423A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04423A

Black with #04423A

Text Example


Text Example

White with #04423A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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