Html Css Color HEX #004340 Cyprus

📋 copy color: '#004340'

red 0 ◦ green 67 ◦ blue 64

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

Shades of Cyprus #004340

Tints of Cyprus #004340

RGB

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

 GREEN value IS 67 (26.56% from 255) = 51.15%

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

R = 0%
G = 51.15%
B = 48.85%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.04

 K value IS 0.74

RGB Variations

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

Color information

#004340 (or 0x004340) is known color: Cyprus. HEX triplet: 00, 43 and 40. RGB value is (0,67,64). Sum of RGB (Red+Green+Blue) = 0+67+64=131 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 131); Green value is 67 (26.56% from 255 or 51.15% from 131); Blue value is 64 (25.39% from 255 or 48.85% from 131); Max value from RGB is 67 - color contains mainly: green. Hex color #004340 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #004340 is #FFBCBF. Grayscale: #2E2E2E. Windows color (decimal): -16760000 or 4211456. OLE color: 4211456.

HSL color Cylindrical-coordinate representation of color #004340: hue angle of 177.31º 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 #004340 is Cyan = 1, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.74.

Color convert

RGB 0 67 64 -
CMYK 1 0 0.04 0.74
HSL 177.31º 1% 0.13% -
HSV(B) 177.31º 1% 0.26% -
XYZ 2.93 4.38 5.54 -
YUV 46.63 137.8 94.74 -
System Red Green Blue C M Y K H S L
Decimal 0 67 64 1 0 0.04 0.74 177.31 1 0.13
Hex 0 43 40 64 0 4 4A B1 64 D
Octal 0 103 100 144 0 4 112 261 144 15
Binary 0 1000011 1000000 1100100 0 100 1001010 10110001 1100100 1101

Color Harmonies of #004340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004340

Black with #004340

Text Example


Text Example

White with #004340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #004340; }

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

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

background-color css

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

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

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

border-color css

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

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

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