Html Css Color HEX #004641 Cyprus

📋 copy color: '#004641'

red 0 ◦ green 70 ◦ blue 65

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

Shades of Cyprus #004641

Tints of Cyprus #004641

RGB

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

 GREEN value IS 70 (27.73% from 255) = 51.85%

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

R = 0%
G = 51.85%
B = 48.15%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.07

 K value IS 0.73

RGB Variations

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

Color information

#004641 (or 0x004641) is known color: Cyprus. HEX triplet: 00, 46 and 41. RGB value is (0,70,65). Sum of RGB (Red+Green+Blue) = 0+70+65=135 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 135); Green value is 70 (27.73% from 255 or 51.85% from 135); Blue value is 65 (25.78% from 255 or 48.15% from 135); Max value from RGB is 70 - color contains mainly: green. Hex color #004641 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #004641 is #FFB9BE. Grayscale: #303030. Windows color (decimal): -16759231 or 4277760. OLE color: 4277760.

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

Color convert

RGB 0 70 65 -
CMYK 1 0 0.07 0.73
HSL 175.71º 1% 0.14% -
HSV(B) 175.71º 1% 0.27% -
XYZ 3.14 4.76 5.75 -
YUV 48.5 137.31 93.41 -
System Red Green Blue C M Y K H S L
Decimal 0 70 65 1 0 0.07 0.73 175.71 1 0.14
Hex 0 46 41 64 0 7 49 B0 64 E
Octal 0 106 101 144 0 7 111 260 144 16
Binary 0 1000110 1000001 1100100 0 111 1001001 10110000 1100100 1110

Color Harmonies of #004641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004641

Black with #004641

Text Example


Text Example

White with #004641

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #004641; }

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

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

background-color css

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

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

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

border-color css

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

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

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