Html Css Color HEX #004241 Cyprus

📋 copy color: '#004241'

red 0 ◦ green 66 ◦ blue 65

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

Shades of Cyprus #004241

Tints of Cyprus #004241

RGB

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

 GREEN value IS 66 (26.17% from 255) = 50.38%

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

R = 0%
G = 50.38%
B = 49.62%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.02

 K value IS 0.74

RGB Variations

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

Color information

#004241 (or 0x004241) is known color: Cyprus. HEX triplet: 00, 42 and 41. RGB value is (0,66,65). Sum of RGB (Red+Green+Blue) = 0+66+65=131 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 131); Green value is 66 (26.17% from 255 or 50.38% from 131); Blue value is 65 (25.78% from 255 or 49.62% from 131); Max value from RGB is 66 - color contains mainly: green. Hex color #004241 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #004241 is #FFBDBE. Grayscale: #2E2E2E. Windows color (decimal): -16760255 or 4276736. OLE color: 4276736.

HSL color Cylindrical-coordinate representation of color #004241: hue angle of 179.09º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004241 is Cyan = 1, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.74.

Color convert

RGB 0 66 65 -
CMYK 1 0 0.02 0.74
HSL 179.09º 1% 0.13% -
HSV(B) 179.09º 1% 0.26% -
XYZ 2.9 4.28 5.67 -
YUV 46.15 138.63 95.08 -
System Red Green Blue C M Y K H S L
Decimal 0 66 65 1 0 0.02 0.74 179.09 1 0.13
Hex 0 42 41 64 0 2 4A B3 64 D
Octal 0 102 101 144 0 2 112 263 144 15
Binary 0 1000010 1000001 1100100 0 10 1001010 10110011 1100100 1101

Color Harmonies of #004241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004241

Black with #004241

Text Example


Text Example

White with #004241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #004241; }

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

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

background-color css

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

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

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

border-color css

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

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

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