Html Css Color HEX #004B41 Cyprus

📋 copy color: '#004B41'

red 0 ◦ green 75 ◦ blue 65

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

Shades of Cyprus #004B41

Tints of Cyprus #004B41

RGB

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

 GREEN value IS 75 (29.69% from 255) = 53.57%

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

R = 0%
G = 53.57%
B = 46.43%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.13

 K value IS 0.71

RGB Variations

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

Color information

#004B41 (or 0x004B41) is known color: Cyprus. HEX triplet: 00, 4B and 41. RGB value is (0,75,65). Sum of RGB (Red+Green+Blue) = 0+75+65=140 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 140); Green value is 75 (29.69% from 255 or 53.57% from 140); Blue value is 65 (25.78% from 255 or 46.43% from 140); Max value from RGB is 75 - color contains mainly: green. Hex color #004B41 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #004B41 is #FFB4BE. Grayscale: #333333. Windows color (decimal): -16757951 or 4279040. OLE color: 4279040.

HSL color Cylindrical-coordinate representation of color #004B41: hue angle of 172º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004B41 is Cyan = 1, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.71.

Color convert

RGB 0 75 65 -
CMYK 1 0 0.13 0.71
HSL 172º 1% 0.15% -
HSV(B) 172º 1% 0.29% -
XYZ 3.47 5.41 5.86 -
YUV 51.44 135.65 91.31 -
System Red Green Blue C M Y K H S L
Decimal 0 75 65 1 0 0.13 0.71 172 1 0.15
Hex 0 4B 41 64 0 D 47 AC 64 F
Octal 0 113 101 144 0 15 107 254 144 17
Binary 0 1001011 1000001 1100100 0 1101 1000111 10101100 1100100 1111

Color Harmonies of #004B41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004B41

Black with #004B41

Text Example


Text Example

White with #004B41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #004B41; }

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

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

background-color css

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

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

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

border-color css

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

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

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