Html Css Color HEX #00403B Cyprus

📋 copy color: '#00403B'

red 0 ◦ green 64 ◦ blue 59

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

Shades of Cyprus #00403B

Tints of Cyprus #00403B

RGB

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

 GREEN value IS 64 (25.39% from 255) = 52.03%

 BLUE value IS 59 (23.44% from 255) = 47.97%

R = 0%
G = 52.03%
B = 47.97%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.08

 K value IS 0.75

RGB Variations

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

Color information

#00403B (or 0x00403B) is known color: Cyprus. HEX triplet: 00, 40 and 3B. RGB value is (0,64,59). Sum of RGB (Red+Green+Blue) = 0+64+59=123 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 123); Green value is 64 (25.39% from 255 or 52.03% from 123); Blue value is 59 (23.44% from 255 or 47.97% from 123); Max value from RGB is 64 - color contains mainly: green. Hex color #00403B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #00403B is #FFBFC4. Grayscale: #2C2C2C. Windows color (decimal): -16760773 or 3883008. OLE color: 3883008.

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

Color convert

RGB 0 64 59 -
CMYK 1 0 0.08 0.75
HSL 175.31º 1% 0.13% -
HSV(B) 175.31º 1% 0.25% -
XYZ 2.62 3.98 4.77 -
YUV 44.29 136.3 96.41 -
System Red Green Blue C M Y K H S L
Decimal 0 64 59 1 0 0.08 0.75 175.31 1 0.13
Hex 0 40 3B 64 0 8 4B AF 64 D
Octal 0 100 73 144 0 10 113 257 144 15
Binary 0 1000000 111011 1100100 0 1000 1001011 10101111 1100100 1101

Color Harmonies of #00403B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00403B

Black with #00403B

Text Example


Text Example

White with #00403B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00403B; }

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

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

background-color css

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

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

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

border-color css

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

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

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