Html Css Color HEX #07473C Cyprus

📋 copy color: '#07473C'

red 7 ◦ green 71 ◦ blue 60

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

Shades of Cyprus #07473C

Tints of Cyprus #07473C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 43.48%

R = 5.07%
G = 51.45%
B = 43.48%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.15

 K value IS 0.72

RGB Variations

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

Color information

#07473C (or 0x07473C) is known color: Cyprus. HEX triplet: 07, 47 and 3C. RGB value is (7,71,60). Sum of RGB (Red+Green+Blue) = 7+71+60=138 (18% of max value = 765). Red value is 7 (3.12% from 255 or 5.07% from 138); Green value is 71 (28.12% from 255 or 51.45% from 138); Blue value is 60 (23.83% from 255 or 43.48% from 138); Max value from RGB is 71 - color contains mainly: green. Hex color #07473C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #07473C is #F8B8C3. Grayscale: #323232. Windows color (decimal): -16300228 or 3950343. OLE color: 3950343.

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

Color convert

RGB 7 71 60 -
CMYK 0.90 0 0.15 0.72
HSL 169.69º 0.82% 0.15% -
HSV(B) 169.69º 0.9% 0.28% -
XYZ 3.16 4.88 5.05 -
YUV 50.61 133.3 96.89 -
System Red Green Blue C M Y K H S L
Decimal 7 71 60 0.90 0 0.15 0.72 169.69 0.82 0.15
Hex 7 47 3C 5A 0 F 48 AA 52 F
Octal 7 107 74 132 0 17 110 252 122 17
Binary 111 1000111 111100 1011010 0 1111 1001000 10101010 1010010 1111

Color Harmonies of #07473C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07473C

Black with #07473C

Text Example


Text Example

White with #07473C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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