Html Css Color HEX #005340 Cyprus

📋 copy color: '#005340'

red 0 ◦ green 83 ◦ blue 64

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

Shades of Cyprus #005340

Tints of Cyprus #005340

RGB

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

 GREEN value IS 83 (32.81% from 255) = 56.46%

 BLUE value IS 64 (25.39% from 255) = 43.54%

R = 0%
G = 56.46%
B = 43.54%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.23

 K value IS 0.67

RGB Variations

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

Color information

#005340 (or 0x005340) is known color: Cyprus. HEX triplet: 00, 53 and 40. RGB value is (0,83,64). Sum of RGB (Red+Green+Blue) = 0+83+64=147 (19% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 147); Green value is 83 (32.81% from 255 or 56.46% from 147); Blue value is 64 (25.39% from 255 or 43.54% from 147); Max value from RGB is 83 - color contains mainly: green. Hex color #005340 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #005340 is #FFACBF. Grayscale: #383838. Windows color (decimal): -16755904 or 4215552. OLE color: 4215552.

HSL color Cylindrical-coordinate representation of color #005340: hue angle of 166.27º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005340 is Cyan = 1, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.67.

Color convert

RGB 0 83 64 -
CMYK 1 0 0.23 0.67
HSL 166.27º 1% 0.16% -
HSV(B) 166.27º 1% 0.33% -
XYZ 4.02 6.56 5.9 -
YUV 56.02 132.5 88.04 -
System Red Green Blue C M Y K H S L
Decimal 0 83 64 1 0 0.23 0.67 166.27 1 0.16
Hex 0 53 40 64 0 17 43 A6 64 10
Octal 0 123 100 144 0 27 103 246 144 20
Binary 0 1010011 1000000 1100100 0 10111 1000011 10100110 1100100 10000

Color Harmonies of #005340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005340

Black with #005340

Text Example


Text Example

White with #005340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #005340; }

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

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

background-color css

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

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

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

border-color css

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

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

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