Html Css Color HEX #07473E Cyprus

📋 copy color: '#07473E'

red 7 ◦ green 71 ◦ blue 62

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

Shades of Cyprus #07473E

Tints of Cyprus #07473E

RGB

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

 GREEN value IS 71 (28.13% from 255) = 50.71%

 BLUE value IS 62 (24.61% from 255) = 44.29%

R = 5%
G = 50.71%
B = 44.29%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.13

 K value IS 0.72

RGB Variations

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

Color information

#07473E (or 0x07473E) is known color: Cyprus. HEX triplet: 07, 47 and 3E. RGB value is (7,71,62). Sum of RGB (Red+Green+Blue) = 7+71+62=140 (18% of max value = 765). Red value is 7 (3.12% from 255 or 5% from 140); Green value is 71 (28.12% from 255 or 50.71% from 140); Blue value is 62 (24.61% from 255 or 44.29% from 140); Max value from RGB is 71 - color contains mainly: green. Hex color #07473E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #07473E is #F8B8C1. Grayscale: #323232. Windows color (decimal): -16300226 or 4081415. OLE color: 4081415.

HSL color Cylindrical-coordinate representation of color #07473E: hue angle of 171.56º degrees, saturation: 0.82, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #07473E is Cyan = 0.90, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.72.

Color convert

RGB 7 71 62 -
CMYK 0.90 0 0.13 0.72
HSL 171.56º 0.82% 0.15% -
HSV(B) 171.56º 0.9% 0.28% -
XYZ 3.21 4.9 5.33 -
YUV 50.84 134.3 96.73 -
System Red Green Blue C M Y K H S L
Decimal 7 71 62 0.90 0 0.13 0.72 171.56 0.82 0.15
Hex 7 47 3E 5A 0 D 48 AC 52 F
Octal 7 107 76 132 0 15 110 254 122 17
Binary 111 1000111 111110 1011010 0 1101 1001000 10101100 1010010 1111

Color Harmonies of #07473E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07473E

Black with #07473E

Text Example


Text Example

White with #07473E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #07473E; }

 p { color: rgb(7,71,62); }

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

background-color css

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

 a { background-color: rgb(7,71,62); }

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

border-color css

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

 span { border-color: rgb(7,71,62); }

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