#073835

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

Shades of Cyprus #073835

Tints of Cyprus #073835

Color information

#073835 (or 0x073835) is unknown color: approx Cyprus. HEX triplet: 07, 38 and 35. RGB value is (7,56,53). Sum of RGB (Red+Green+Blue) = 7+56+53=116 (15% of max value = 765). Red value is 7 (3.12% from 255 or 6.03% from 116); Green value is 56 (22.27% from 255 or 48.28% from 116); Blue value is 53 (21.09% from 255 or 45.69% from 116); Max value from RGB is 56 - color contains mainly: green. Hex color #073835 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #073835 is #F8C7CA. Grayscale: #282828. Windows color (decimal): -16304075 or 3487751. OLE color: 3487751.

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

Color convert

RGB75653-
CMYK0.8800.050.78
HSL176.33º77.78%12.35%-
HSV(B)176.33º87.5%21.96%-
XYZ2.143.133.86-
YUV41.01134.77103.74-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 6.03%
GREEN value IS 56 (22.27% from 255) = 48.28%
BLUE value IS 53 (21.09% from 255) = 45.69%
R=6.03%
G=48.28%
B=45.69%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal756530.8800.050.78176.3377.7812.35
Hex7383558054Eb04ec
Octal770651300511626011614
Binary1111110001101011011000010110011101011000010011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #073835

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #073835; }

 p { color: rgb(7,56,53); }

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

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

 a { background-color: rgb(7,56,53); }

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

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

 span { border-color: rgb(7,56,53); }

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