Html Css Color HEX #045340 Cyprus

📋 copy color: '#045340'

red 4 ◦ green 83 ◦ blue 64

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

Shades of Cyprus #045340

Tints of Cyprus #045340

RGB

 RED value IS 4 (1.95% from 255) = 2.65%

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

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

R = 2.65%
G = 54.97%
B = 42.38%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.23

 K value IS 0.67

RGB Variations

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

Color information

#045340 (or 0x045340) is known color: Cyprus. HEX triplet: 04, 53 and 40. RGB value is (4,83,64). Sum of RGB (Red+Green+Blue) = 4+83+64=151 (20% of max value = 765). Red value is 4 (1.95% from 255 or 2.65% from 151); Green value is 83 (32.81% from 255 or 54.97% from 151); Blue value is 64 (25.39% from 255 or 42.38% from 151); Max value from RGB is 83 - color contains mainly: green. Hex color #045340 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #045340 is #FBACBF. Grayscale: #393939. Windows color (decimal): -16493760 or 4215556. OLE color: 4215556.

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

Color convert

RGB 4 83 64 -
CMYK 0.95 0 0.23 0.67
HSL 165.57º 0.91% 0.17% -
HSV(B) 165.57º 0.95% 0.33% -
XYZ 4.07 6.58 5.91 -
YUV 57.21 131.83 90.04 -
System Red Green Blue C M Y K H S L
Decimal 4 83 64 0.95 0 0.23 0.67 165.57 0.91 0.17
Hex 4 53 40 5F 0 17 43 A6 5B 11
Octal 4 123 100 137 0 27 103 246 133 21
Binary 100 1010011 1000000 1011111 0 10111 1000011 10100110 1011011 10001

Color Harmonies of #045340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #045340

Black with #045340

Text Example


Text Example

White with #045340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #045340; }

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

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

background-color css

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

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

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

border-color css

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

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

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