Html Css Color HEX #00503D Cyprus

📋 copy color: '#00503D'

red 0 ◦ green 80 ◦ blue 61

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

Shades of Cyprus #00503D

Tints of Cyprus #00503D

RGB

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

 GREEN value IS 80 (31.64% from 255) = 56.74%

 BLUE value IS 61 (24.22% from 255) = 43.26%

R = 0%
G = 56.74%
B = 43.26%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.24

 K value IS 0.69

RGB Variations

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

Color information

#00503D (or 0x00503D) is known color: Cyprus. HEX triplet: 00, 50 and 3D. RGB value is (0,80,61). Sum of RGB (Red+Green+Blue) = 0+80+61=141 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 141); Green value is 80 (31.64% from 255 or 56.74% from 141); Blue value is 61 (24.22% from 255 or 43.26% from 141); Max value from RGB is 80 - color contains mainly: green. Hex color #00503D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #00503D is #FFAFC2. Grayscale: #353535. Windows color (decimal): -16756675 or 4018176. OLE color: 4018176.

HSL color Cylindrical-coordinate representation of color #00503D: hue angle of 165.75º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00503D is Cyan = 1, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.69.

Color convert

RGB 0 80 61 -
CMYK 1 0 0.24 0.69
HSL 165.75º 1% 0.16% -
HSV(B) 165.75º 1% 0.31% -
XYZ 3.71 6.07 5.39 -
YUV 53.91 132 89.54 -
System Red Green Blue C M Y K H S L
Decimal 0 80 61 1 0 0.24 0.69 165.75 1 0.16
Hex 0 50 3D 64 0 18 45 A6 64 10
Octal 0 120 75 144 0 30 105 246 144 20
Binary 0 1010000 111101 1100100 0 11000 1000101 10100110 1100100 10000

Color Harmonies of #00503D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00503D

Black with #00503D

Text Example


Text Example

White with #00503D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00503D; }

 p { color: rgb(0,80,61); }

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

background-color css

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

 a { background-color: rgb(0,80,61); }

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

border-color css

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

 span { border-color: rgb(0,80,61); }

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