Html Css Color HEX #07413A Cyprus

📋 copy color: '#07413A'

red 7 ◦ green 65 ◦ blue 58

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

Shades of Cyprus #07413A

Tints of Cyprus #07413A

RGB

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

 GREEN value IS 65 (25.78% from 255) = 50%

 BLUE value IS 58 (23.05% from 255) = 44.62%

R = 5.38%
G = 50%
B = 44.62%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.11

 K value IS 0.75

RGB Variations

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

Color information

#07413A (or 0x07413A) is known color: Cyprus. HEX triplet: 07, 41 and 3A. RGB value is (7,65,58). Sum of RGB (Red+Green+Blue) = 7+65+58=130 (17% of max value = 765). Red value is 7 (3.12% from 255 or 5.38% from 130); Green value is 65 (25.78% from 255 or 50% from 130); Blue value is 58 (23.05% from 255 or 44.62% from 130); Max value from RGB is 65 - color contains mainly: green. Hex color #07413A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #07413A is #F8BEC5. Grayscale: #2E2E2E. Windows color (decimal): -16301766 or 3817735. OLE color: 3817735.

HSL color Cylindrical-coordinate representation of color #07413A: hue angle of 172.76º degrees, saturation: 0.81, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #07413A is Cyan = 0.89, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.75.

Color convert

RGB 7 65 58 -
CMYK 0.89 0 0.11 0.75
HSL 172.76º 0.81% 0.14% -
HSV(B) 172.76º 0.89% 0.25% -
XYZ 2.74 4.13 4.66 -
YUV 46.86 134.28 99.57 -
System Red Green Blue C M Y K H S L
Decimal 7 65 58 0.89 0 0.11 0.75 172.76 0.81 0.14
Hex 7 41 3A 59 0 B 4B AD 51 E
Octal 7 101 72 131 0 13 113 255 121 16
Binary 111 1000001 111010 1011001 0 1011 1001011 10101101 1010001 1110

Color Harmonies of #07413A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07413A

Black with #07413A

Text Example


Text Example

White with #07413A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #07413A; }

 p { color: rgb(7,65,58); }

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

background-color css

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

 a { background-color: rgb(7,65,58); }

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

border-color css

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

 span { border-color: rgb(7,65,58); }

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