#06483C

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

Shades of Cyprus #06483C

Tints of Cyprus #06483C

Color information

#06483C (or 0x06483C) is unknown color: approx Cyprus. HEX triplet: 06, 48 and 3C. RGB value is (6,72,60). Sum of RGB (Red+Green+Blue) = 6+72+60=138 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.35% from 138); Green value is 72 (28.52% from 255 or 52.17% from 138); Blue value is 60 (23.83% from 255 or 43.48% from 138); Max value from RGB is 72 - color contains mainly: green. Hex color #06483C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06483C is #F9B7C3. Grayscale: #323232. Windows color (decimal): -16365508 or 3950598. OLE color: 3950598.

HSL color Cylindrical-coordinate representation of color #06483C: hue angle of 169.09º 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 #06483C is Cyan = 0.92, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.72.

Color convert

RGB67260-
CMYK0.9200.170.72
HSL169.09º84.62%15.29%-
HSV(B)169.09º91.67%28.24%-
XYZ3.2155.07-
YUV50.9133.1395.98-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.35%
GREEN value IS 72 (28.52% from 255) = 52.17%
BLUE value IS 60 (23.83% from 255) = 43.48%
R=4.35%
G=52.17%
B=43.48%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal672600.9200.170.72169.0984.6215.29
Hex6483C5C01148a955f
Octal61107413402111025112517
Binary1101001000111100101110001000110010001010100110101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06483C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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