#06483F

Color #06483F Cyprus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cyprus #06483F

Tints of Cyprus #06483F

Color information

#06483F (or 0x06483F) is unknown color: approx Cyprus. HEX triplet: 06, 48 and 3F. RGB value is (6,72,63). Sum of RGB (Red+Green+Blue) = 6+72+63=141 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.26% from 141); Green value is 72 (28.52% from 255 or 51.06% from 141); Blue value is 63 (25% from 255 or 44.68% from 141); Max value from RGB is 72 - color contains mainly: green. Hex color #06483F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06483F is #F9B7C0. Grayscale: #333333. Windows color (decimal): -16365505 or 4147206. OLE color: 4147206.

HSL color Cylindrical-coordinate representation of color #06483F: hue angle of 171.82º degrees, saturation: 0.85, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #06483F is Cyan = 0.92, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.72.

Color convert

RGB67263-
CMYK0.9200.120.72
HSL171.82º84.62%15.29%-
HSV(B)171.82º91.67%28.24%-
XYZ3.295.035.5-
YUV51.24134.6395.73-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.26%
GREEN value IS 72 (28.52% from 255) = 51.06%
BLUE value IS 63 (25% from 255) = 44.68%
R=4.26%
G=51.06%
B=44.68%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal672630.9200.120.72171.8284.6215.29
Hex6483F5C0C48ac55f
Octal61107713401411025412517
Binary110100100011111110111000110010010001010110010101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06483F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #06483F; }

 p { color: rgb(6,72,63); }

 H1.HeaderClassName
 {
   color: #06483F;
 }
 .AnyTagClassName
 {
   color: #06483F;
 }
</style>
background-color css

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

 a { background-color: rgb(6,72,63); }

 div.DivClassName
 {
   background-color: #06483F;
 }
 .BgClassName
 {
   background-color: #06483F;
 }
</style>
border-color css

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

 span { border-color: rgb(6,72,63); }

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