Html Css Color HEX #04413D Cyprus

📋 copy color: '#04413D'

red 4 ◦ green 65 ◦ blue 61

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

Shades of Cyprus #04413D

Tints of Cyprus #04413D

RGB

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

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

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

R = 3.08%
G = 50%
B = 46.92%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.06

 K value IS 0.75

RGB Variations

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

Color information

#04413D (or 0x04413D) is known color: Cyprus. HEX triplet: 04, 41 and 3D. RGB value is (4,65,61). Sum of RGB (Red+Green+Blue) = 4+65+61=130 (17% of max value = 765). Red value is 4 (1.95% from 255 or 3.08% from 130); Green value is 65 (25.78% from 255 or 50% from 130); Blue value is 61 (24.22% from 255 or 46.92% from 130); Max value from RGB is 65 - color contains mainly: green. Hex color #04413D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #04413D is #FBBEC2. Grayscale: #2E2E2E. Windows color (decimal): -16498371 or 4014340. OLE color: 4014340.

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

Color convert

RGB 4 65 61 -
CMYK 0.94 0 0.06 0.75
HSL 176.07º 0.88% 0.14% -
HSV(B) 176.07º 0.94% 0.25% -
XYZ 2.78 4.14 5.07 -
YUV 46.31 136.29 97.83 -
System Red Green Blue C M Y K H S L
Decimal 4 65 61 0.94 0 0.06 0.75 176.07 0.88 0.14
Hex 4 41 3D 5E 0 6 4B B0 58 E
Octal 4 101 75 136 0 6 113 260 130 16
Binary 100 1000001 111101 1011110 0 110 1001011 10110000 1011000 1110

Color Harmonies of #04413D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04413D

Black with #04413D

Text Example


Text Example

White with #04413D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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