Html Css Color HEX #004137 Cyprus

📋 copy color: '#004137'

red 0 ◦ green 65 ◦ blue 55

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

Shades of Cyprus #004137

Tints of Cyprus #004137

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 45.83%

R = 0%
G = 54.17%
B = 45.83%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.15

 K value IS 0.75

RGB Variations

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

Color information

#004137 (or 0x004137) is known color: Cyprus. HEX triplet: 00, 41 and 37. RGB value is (0,65,55). Sum of RGB (Red+Green+Blue) = 0+65+55=120 (15% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 120); Green value is 65 (25.78% from 255 or 54.17% from 120); Blue value is 55 (21.88% from 255 or 45.83% from 120); Max value from RGB is 65 - color contains mainly: green. Hex color #004137 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #004137 is #FFBEC8. Grayscale: #2C2C2C. Windows color (decimal): -16760521 or 3621120. OLE color: 3621120.

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

Color convert

RGB 0 65 55 -
CMYK 1 0 0.15 0.75
HSL 170.77º 1% 0.13% -
HSV(B) 170.77º 1% 0.25% -
XYZ 2.58 4.06 4.26 -
YUV 44.43 133.97 96.31 -
System Red Green Blue C M Y K H S L
Decimal 0 65 55 1 0 0.15 0.75 170.77 1 0.13
Hex 0 41 37 64 0 F 4B AB 64 D
Octal 0 101 67 144 0 17 113 253 144 15
Binary 0 1000001 110111 1100100 0 1111 1001011 10101011 1100100 1101

Color Harmonies of #004137

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004137

Black with #004137

Text Example


Text Example

White with #004137

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #004137; }

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

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

background-color css

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

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

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

border-color css

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

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

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