Html Css Color HEX #004140 Cyprus

📋 copy color: '#004140'

red 0 ◦ green 65 ◦ blue 64

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

Shades of Cyprus #004140

Tints of Cyprus #004140

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 49.61%

R = 0%
G = 50.39%
B = 49.61%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.02

 K value IS 0.75

RGB Variations

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

Color information

#004140 (or 0x004140) is known color: Cyprus. HEX triplet: 00, 41 and 40. RGB value is (0,65,64). Sum of RGB (Red+Green+Blue) = 0+65+64=129 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 129); Green value is 65 (25.78% from 255 or 50.39% from 129); Blue value is 64 (25.39% from 255 or 49.61% from 129); Max value from RGB is 65 - color contains mainly: green. Hex color #004140 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #004140 is #FFBEBF. Grayscale: #2D2D2D. Windows color (decimal): -16760512 or 4210944. OLE color: 4210944.

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

Color convert

RGB 0 65 64 -
CMYK 1 0 0.02 0.75
HSL 179.08º 1% 0.13% -
HSV(B) 179.08º 1% 0.25% -
XYZ 2.82 4.15 5.5 -
YUV 45.45 138.47 95.58 -
System Red Green Blue C M Y K H S L
Decimal 0 65 64 1 0 0.02 0.75 179.08 1 0.13
Hex 0 41 40 64 0 2 4B B3 64 D
Octal 0 101 100 144 0 2 113 263 144 15
Binary 0 1000001 1000000 1100100 0 10 1001011 10110011 1100100 1101

Color Harmonies of #004140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004140

Black with #004140

Text Example


Text Example

White with #004140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #004140; }

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

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

background-color css

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

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

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

border-color css

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

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

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