Html Css Color HEX #004341 Cyprus

📋 copy color: '#004341'

red 0 ◦ green 67 ◦ blue 65

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

Shades of Cyprus #004341

Tints of Cyprus #004341

RGB

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

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

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

R = 0%
G = 50.76%
B = 49.24%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.03

 K value IS 0.74

RGB Variations

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

Color information

#004341 (or 0x004341) is known color: Cyprus. HEX triplet: 00, 43 and 41. RGB value is (0,67,65). Sum of RGB (Red+Green+Blue) = 0+67+65=132 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 132); Green value is 67 (26.56% from 255 or 50.76% from 132); Blue value is 65 (25.78% from 255 or 49.24% from 132); Max value from RGB is 67 - color contains mainly: green. Hex color #004341 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #004341 is #FFBCBE. Grayscale: #2E2E2E. Windows color (decimal): -16759999 or 4276992. OLE color: 4276992.

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

Color convert

RGB 0 67 65 -
CMYK 1 0 0.03 0.74
HSL 178.21º 1% 0.13% -
HSV(B) 178.21º 1% 0.26% -
XYZ 2.96 4.4 5.69 -
YUV 46.74 138.3 94.66 -
System Red Green Blue C M Y K H S L
Decimal 0 67 65 1 0 0.03 0.74 178.21 1 0.13
Hex 0 43 41 64 0 3 4A B2 64 D
Octal 0 103 101 144 0 3 112 262 144 15
Binary 0 1000011 1000001 1100100 0 11 1001010 10110010 1100100 1101

Color Harmonies of #004341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004341

Black with #004341

Text Example


Text Example

White with #004341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #004341; }

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

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

background-color css

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

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

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

border-color css

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

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

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