#083734

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

Shades of Cyprus #083734

Tints of Cyprus #083734

Color information

#083734 (or 0x083734) is unknown color: approx Cyprus. HEX triplet: 08, 37 and 34. RGB value is (8,55,52). Sum of RGB (Red+Green+Blue) = 8+55+52=115 (15% of max value = 765). Red value is 8 (3.52% from 255 or 6.96% from 115); Green value is 55 (21.88% from 255 or 47.83% from 115); Blue value is 52 (20.70% from 255 or 45.22% from 115); Max value from RGB is 55 - color contains mainly: green. Hex color #083734 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #083734 is #F7C8CB. Grayscale: #282828. Windows color (decimal): -16238796 or 3421960. OLE color: 3421960.

HSL color Cylindrical-coordinate representation of color #083734: hue angle of 176.17º degrees, saturation: 0.75, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #083734 is Cyan = 0.85, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.78.

Color convert

RGB85552-
CMYK0.8500.050.78
HSL176.17º74.6%12.35%-
HSV(B)176.17º85.45%21.57%-
XYZ2.093.033.72-
YUV40.6134.43104.74-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 6.96%
GREEN value IS 55 (21.88% from 255) = 47.83%
BLUE value IS 52 (20.70% from 255) = 45.22%
R=6.96%
G=47.83%
B=45.22%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal855520.8500.050.78176.1774.612.35
Hex8373455054Eb04bc
Octal1067641250511626011314
Binary10001101111101001010101010110011101011000010010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #083734

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #083734; }

 p { color: rgb(8,55,52); }

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

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

 a { background-color: rgb(8,55,52); }

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

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

 span { border-color: rgb(8,55,52); }

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