Html Css Color HEX #004136 Cyprus

📋 copy color: '#004136'

red 0 ◦ green 65 ◦ blue 54

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

Shades of Cyprus #004136

Tints of Cyprus #004136

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 45.38%

R = 0%
G = 54.62%
B = 45.38%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.17

 K value IS 0.75

RGB Variations

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

Color information

#004136 (or 0x004136) is known color: Cyprus. HEX triplet: 00, 41 and 36. RGB value is (0,65,54). Sum of RGB (Red+Green+Blue) = 0+65+54=119 (15% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 119); Green value is 65 (25.78% from 255 or 54.62% from 119); Blue value is 54 (21.48% from 255 or 45.38% from 119); Max value from RGB is 65 - color contains mainly: green. Hex color #004136 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #004136 is #FFBEC9. Grayscale: #2C2C2C. Windows color (decimal): -16760522 or 3555584. OLE color: 3555584.

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

Color convert

RGB 0 65 54 -
CMYK 1 0 0.17 0.75
HSL 169.85º 1% 0.13% -
HSV(B) 169.85º 1% 0.25% -
XYZ 2.56 4.05 4.14 -
YUV 44.31 133.47 96.39 -
System Red Green Blue C M Y K H S L
Decimal 0 65 54 1 0 0.17 0.75 169.85 1 0.13
Hex 0 41 36 64 0 11 4B AA 64 D
Octal 0 101 66 144 0 21 113 252 144 15
Binary 0 1000001 110110 1100100 0 10001 1001011 10101010 1100100 1101

Color Harmonies of #004136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004136

Black with #004136

Text Example


Text Example

White with #004136

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #004136; }

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

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

background-color css

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

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

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

border-color css

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

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

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