Html Css Color HEX #04413A Cyprus

📋 copy color: '#04413A'

red 4 ◦ green 65 ◦ blue 58

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

Shades of Cyprus #04413A

Tints of Cyprus #04413A

RGB

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

 GREEN value IS 65 (25.78% from 255) = 51.18%

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

R = 3.15%
G = 51.18%
B = 45.67%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.11

 K value IS 0.75

RGB Variations

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

Color information

#04413A (or 0x04413A) is known color: Cyprus. HEX triplet: 04, 41 and 3A. RGB value is (4,65,58). Sum of RGB (Red+Green+Blue) = 4+65+58=127 (16% of max value = 765). Red value is 4 (1.95% from 255 or 3.15% from 127); Green value is 65 (25.78% from 255 or 51.18% from 127); Blue value is 58 (23.05% from 255 or 45.67% from 127); Max value from RGB is 65 - color contains mainly: green. Hex color #04413A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #04413A is #FBBEC5. Grayscale: #2D2D2D. Windows color (decimal): -16498374 or 3817732. OLE color: 3817732.

HSL color Cylindrical-coordinate representation of color #04413A: hue angle of 173.11º degrees, saturation: 0.88, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #04413A is Cyan = 0.94, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.75.

Color convert

RGB 4 65 58 -
CMYK 0.94 0 0.11 0.75
HSL 173.11º 0.88% 0.14% -
HSV(B) 173.11º 0.94% 0.25% -
XYZ 2.7 4.11 4.65 -
YUV 45.96 134.79 98.07 -
System Red Green Blue C M Y K H S L
Decimal 4 65 58 0.94 0 0.11 0.75 173.11 0.88 0.14
Hex 4 41 3A 5E 0 B 4B AD 58 E
Octal 4 101 72 136 0 13 113 255 130 16
Binary 100 1000001 111010 1011110 0 1011 1001011 10101101 1011000 1110

Color Harmonies of #04413A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04413A

Black with #04413A

Text Example


Text Example

White with #04413A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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