Html Css Color HEX #07483F Cyprus

📋 copy color: '#07483F'

red 7 ◦ green 72 ◦ blue 63

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

Shades of Cyprus #07483F

Tints of Cyprus #07483F

RGB

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

 GREEN value IS 72 (28.52% from 255) = 50.7%

 BLUE value IS 63 (25% from 255) = 44.37%

R = 4.93%
G = 50.7%
B = 44.37%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.12

 K value IS 0.72

RGB Variations

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

Color information

#07483F (or 0x07483F) is known color: Cyprus. HEX triplet: 07, 48 and 3F. RGB value is (7,72,63). Sum of RGB (Red+Green+Blue) = 7+72+63=142 (18% of max value = 765). Red value is 7 (3.12% from 255 or 4.93% from 142); Green value is 72 (28.52% from 255 or 50.70% from 142); Blue value is 63 (25% from 255 or 44.37% from 142); Max value from RGB is 72 - color contains mainly: green. Hex color #07483F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #07483F is #F8B7C0. Grayscale: #333333. Windows color (decimal): -16299969 or 4147207. OLE color: 4147207.

HSL color Cylindrical-coordinate representation of color #07483F: hue angle of 171.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 #07483F is Cyan = 0.90, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.72.

Color convert

RGB 7 72 63 -
CMYK 0.90 0 0.12 0.72
HSL 171.69º 0.82% 0.15% -
HSV(B) 171.69º 0.9% 0.28% -
XYZ 3.3 5.04 5.5 -
YUV 51.54 134.47 96.23 -
System Red Green Blue C M Y K H S L
Decimal 7 72 63 0.90 0 0.12 0.72 171.69 0.82 0.15
Hex 7 48 3F 5A 0 C 48 AC 52 F
Octal 7 110 77 132 0 14 110 254 122 17
Binary 111 1001000 111111 1011010 0 1100 1001000 10101100 1010010 1111

Color Harmonies of #07483F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07483F

Black with #07483F

Text Example


Text Example

White with #07483F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #07483F; }

 p { color: rgb(7,72,63); }

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

background-color css

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

 a { background-color: rgb(7,72,63); }

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

border-color css

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

 span { border-color: rgb(7,72,63); }

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