Html Css Color HEX #073935 Cyprus

📋 copy color: '#073935'

red 7 ◦ green 57 ◦ blue 53

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

Shades of Cyprus #073935

Tints of Cyprus #073935

RGB

 RED value IS 7 (3.13% from 255) = 5.98%

 GREEN value IS 57 (22.66% from 255) = 48.72%

 BLUE value IS 53 (21.09% from 255) = 45.3%

R = 5.98%
G = 48.72%
B = 45.3%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.07

 K value IS 0.78

RGB Variations

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

Color information

#073935 (or 0x073935) is known color: Cyprus. HEX triplet: 07, 39 and 35. RGB value is (7,57,53). Sum of RGB (Red+Green+Blue) = 7+57+53=117 (15% of max value = 765). Red value is 7 (3.12% from 255 or 5.98% from 117); Green value is 57 (22.66% from 255 or 48.72% from 117); Blue value is 53 (21.09% from 255 or 45.30% from 117); Max value from RGB is 57 - color contains mainly: green. Hex color #073935 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #073935 is #F8C6CA. Grayscale: #292929. Windows color (decimal): -16303819 or 3488007. OLE color: 3488007.

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

Color convert

RGB 7 57 53 -
CMYK 0.88 0 0.07 0.78
HSL 175.2º 0.78% 0.13% -
HSV(B) 175.2º 0.88% 0.22% -
XYZ 2.19 3.23 3.88 -
YUV 41.59 134.44 103.33 -
System Red Green Blue C M Y K H S L
Decimal 7 57 53 0.88 0 0.07 0.78 175.2 0.78 0.13
Hex 7 39 35 58 0 7 4E AF 4E D
Octal 7 71 65 130 0 7 116 257 116 15
Binary 111 111001 110101 1011000 0 111 1001110 10101111 1001110 1101

Color Harmonies of #073935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #073935

Black with #073935

Text Example


Text Example

White with #073935

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #073935; }

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

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

background-color css

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

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

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

border-color css

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

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

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