Html Css Color HEX #003532 Cyprus

📋 copy color: '#003532'

red 0 ◦ green 53 ◦ blue 50

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

Shades of Cyprus #003532

Tints of Cyprus #003532

RGB

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

 GREEN value IS 53 (21.09% from 255) = 51.46%

 BLUE value IS 50 (19.92% from 255) = 48.54%

R = 0%
G = 51.46%
B = 48.54%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.06

 K value IS 0.79

RGB Variations

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

Color information

#003532 (or 0x003532) is known color: Cyprus. HEX triplet: 00, 35 and 32. RGB value is (0,53,50). Sum of RGB (Red+Green+Blue) = 0+53+50=103 (13% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 103); Green value is 53 (21.09% from 255 or 51.46% from 103); Blue value is 50 (19.92% from 255 or 48.54% from 103); Max value from RGB is 53 - color contains mainly: green. Hex color #003532 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #003532 is #FFCACD. Grayscale: #242424. Windows color (decimal): -16763598 or 3290368. OLE color: 3290368.

HSL color Cylindrical-coordinate representation of color #003532: hue angle of 176.6º degrees, saturation: 1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003532 is Cyan = 1, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.79.

Color convert

RGB 0 53 50 -
CMYK 1 0 0.06 0.79
HSL 176.6º 1% 0.1% -
HSV(B) 176.6º 1% 0.21% -
XYZ 1.85 2.78 3.46 -
YUV 36.81 135.44 101.74 -
System Red Green Blue C M Y K H S L
Decimal 0 53 50 1 0 0.06 0.79 176.6 1 0.1
Hex 0 35 32 64 0 6 4F B1 64 A
Octal 0 65 62 144 0 6 117 261 144 12
Binary 0 110101 110010 1100100 0 110 1001111 10110001 1100100 1010

Color Harmonies of #003532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003532

Black with #003532

Text Example


Text Example

White with #003532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #003532; }

 p { color: rgb(0,53,50); }

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

background-color css

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

 a { background-color: rgb(0,53,50); }

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

border-color css

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

 span { border-color: rgb(0,53,50); }

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