Html Css Color HEX #07413F Cyprus

📋 copy color: '#07413F'

red 7 ◦ green 65 ◦ blue 63

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

Shades of Cyprus #07413F

Tints of Cyprus #07413F

RGB

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

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

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

R = 5.19%
G = 48.15%
B = 46.67%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.03

 K value IS 0.75

RGB Variations

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

Color information

#07413F (or 0x07413F) is known color: Cyprus. HEX triplet: 07, 41 and 3F. RGB value is (7,65,63). Sum of RGB (Red+Green+Blue) = 7+65+63=135 (17% of max value = 765). Red value is 7 (3.12% from 255 or 5.19% from 135); Green value is 65 (25.78% from 255 or 48.15% from 135); Blue value is 63 (25% from 255 or 46.67% from 135); Max value from RGB is 65 - color contains mainly: green. Hex color #07413F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #07413F is #F8BEC0. Grayscale: #2F2F2F. Windows color (decimal): -16301761 or 4145415. OLE color: 4145415.

HSL color Cylindrical-coordinate representation of color #07413F: hue angle of 177.93º 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 #07413F is Cyan = 0.89, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.75.

Color convert

RGB 7 65 63 -
CMYK 0.89 0 0.03 0.75
HSL 177.93º 0.81% 0.14% -
HSV(B) 177.93º 0.89% 0.25% -
XYZ 2.88 4.18 5.36 -
YUV 47.43 136.78 99.16 -
System Red Green Blue C M Y K H S L
Decimal 7 65 63 0.89 0 0.03 0.75 177.93 0.81 0.14
Hex 7 41 3F 59 0 3 4B B2 51 E
Octal 7 101 77 131 0 3 113 262 121 16
Binary 111 1000001 111111 1011001 0 11 1001011 10110010 1010001 1110

Color Harmonies of #07413F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07413F

Black with #07413F

Text Example


Text Example

White with #07413F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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