Html Css Color HEX #04423D Cyprus

📋 copy color: '#04423D'

red 4 ◦ green 66 ◦ blue 61

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

Shades of Cyprus #04423D

Tints of Cyprus #04423D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 46.56%

R = 3.05%
G = 50.38%
B = 46.56%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.08

 K value IS 0.74

RGB Variations

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

Color information

#04423D (or 0x04423D) is known color: Cyprus. HEX triplet: 04, 42 and 3D. RGB value is (4,66,61). Sum of RGB (Red+Green+Blue) = 4+66+61=131 (17% of max value = 765). Red value is 4 (1.95% from 255 or 3.05% from 131); Green value is 66 (26.17% from 255 or 50.38% from 131); Blue value is 61 (24.22% from 255 or 46.56% from 131); Max value from RGB is 66 - color contains mainly: green. Hex color #04423D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #04423D is #FBBDC2. Grayscale: #2E2E2E. Windows color (decimal): -16498115 or 4014596. OLE color: 4014596.

HSL color Cylindrical-coordinate representation of color #04423D: hue angle of 175.16º 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 #04423D is Cyan = 0.94, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.74.

Color convert

RGB 4 66 61 -
CMYK 0.94 0 0.08 0.74
HSL 175.16º 0.89% 0.14% -
HSV(B) 175.16º 0.94% 0.26% -
XYZ 2.84 4.26 5.09 -
YUV 46.89 135.96 97.41 -
System Red Green Blue C M Y K H S L
Decimal 4 66 61 0.94 0 0.08 0.74 175.16 0.89 0.14
Hex 4 42 3D 5E 0 8 4A AF 59 E
Octal 4 102 75 136 0 10 112 257 131 16
Binary 100 1000010 111101 1011110 0 1000 1001010 10101111 1011001 1110

Color Harmonies of #04423D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04423D

Black with #04423D

Text Example


Text Example

White with #04423D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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