Html Css Color HEX #004741 Cyprus

📋 copy color: '#004741'

red 0 ◦ green 71 ◦ blue 65

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

Shades of Cyprus #004741

Tints of Cyprus #004741

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 71 (28.13% from 255) = 52.21%

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

R = 0%
G = 52.21%
B = 47.79%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.08

 K value IS 0.72

RGB Variations

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

Color information

#004741 (or 0x004741) is known color: Cyprus. HEX triplet: 00, 47 and 41. RGB value is (0,71,65). Sum of RGB (Red+Green+Blue) = 0+71+65=136 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 136); Green value is 71 (28.12% from 255 or 52.21% from 136); Blue value is 65 (25.78% from 255 or 47.79% from 136); Max value from RGB is 71 - color contains mainly: green. Hex color #004741 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #004741 is #FFB8BE. Grayscale: #313131. Windows color (decimal): -16758975 or 4278016. OLE color: 4278016.

HSL color Cylindrical-coordinate representation of color #004741: hue angle of 174.93º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004741 is Cyan = 1, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.72.

Color convert

RGB 0 71 65 -
CMYK 1 0 0.08 0.72
HSL 174.93º 1% 0.14% -
HSV(B) 174.93º 1% 0.28% -
XYZ 3.21 4.89 5.78 -
YUV 49.09 136.98 92.99 -
System Red Green Blue C M Y K H S L
Decimal 0 71 65 1 0 0.08 0.72 174.93 1 0.14
Hex 0 47 41 64 0 8 48 AF 64 E
Octal 0 107 101 144 0 10 110 257 144 16
Binary 0 1000111 1000001 1100100 0 1000 1001000 10101111 1100100 1110

Color Harmonies of #004741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004741

Black with #004741

Text Example


Text Example

White with #004741

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #004741; }

 p { color: rgb(0,71,65); }

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

background-color css

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

 a { background-color: rgb(0,71,65); }

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

border-color css

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

 span { border-color: rgb(0,71,65); }

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