Html Css Color HEX #045441 Cyprus

📋 copy color: '#045441'

red 4 ◦ green 84 ◦ blue 65

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

Shades of Cyprus #045441

Tints of Cyprus #045441

RGB

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

 GREEN value IS 84 (33.2% from 255) = 54.9%

 BLUE value IS 65 (25.78% from 255) = 42.48%

R = 2.61%
G = 54.9%
B = 42.48%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.23

 K value IS 0.67

RGB Variations

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

Color information

#045441 (or 0x045441) is known color: Cyprus. HEX triplet: 04, 54 and 41. RGB value is (4,84,65). Sum of RGB (Red+Green+Blue) = 4+84+65=153 (20% of max value = 765). Red value is 4 (1.95% from 255 or 2.61% from 153); Green value is 84 (33.20% from 255 or 54.90% from 153); Blue value is 65 (25.78% from 255 or 42.48% from 153); Max value from RGB is 84 - color contains mainly: green. Hex color #045441 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #045441 is #FBABBE. Grayscale: #393939. Windows color (decimal): -16493503 or 4281348. OLE color: 4281348.

HSL color Cylindrical-coordinate representation of color #045441: hue angle of 165.75º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #045441 is Cyan = 0.95, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.67.

Color convert

RGB 4 84 65 -
CMYK 0.95 0 0.23 0.67
HSL 165.75º 0.91% 0.17% -
HSV(B) 165.75º 0.95% 0.33% -
XYZ 4.17 6.75 6.08 -
YUV 57.91 132 89.54 -
System Red Green Blue C M Y K H S L
Decimal 4 84 65 0.95 0 0.23 0.67 165.75 0.91 0.17
Hex 4 54 41 5F 0 17 43 A6 5B 11
Octal 4 124 101 137 0 27 103 246 133 21
Binary 100 1010100 1000001 1011111 0 10111 1000011 10100110 1011011 10001

Color Harmonies of #045441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #045441

Black with #045441

Text Example


Text Example

White with #045441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #045441; }

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

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

background-color css

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

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

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

border-color css

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

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

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