Html Css Color HEX #07413B Cyprus

📋 copy color: '#07413B'

red 7 ◦ green 65 ◦ blue 59

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

Shades of Cyprus #07413B

Tints of Cyprus #07413B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 45.04%

R = 5.34%
G = 49.62%
B = 45.04%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.09

 K value IS 0.75

RGB Variations

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

Color information

#07413B (or 0x07413B) is known color: Cyprus. HEX triplet: 07, 41 and 3B. RGB value is (7,65,59). Sum of RGB (Red+Green+Blue) = 7+65+59=131 (17% of max value = 765). Red value is 7 (3.12% from 255 or 5.34% from 131); Green value is 65 (25.78% from 255 or 49.62% from 131); Blue value is 59 (23.44% from 255 or 45.04% from 131); Max value from RGB is 65 - color contains mainly: green. Hex color #07413B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #07413B is #F8BEC4. Grayscale: #2E2E2E. Windows color (decimal): -16301765 or 3883271. OLE color: 3883271.

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

Color convert

RGB 7 65 59 -
CMYK 0.89 0 0.09 0.75
HSL 173.79º 0.81% 0.14% -
HSV(B) 173.79º 0.89% 0.25% -
XYZ 2.77 4.14 4.79 -
YUV 46.97 134.78 99.49 -
System Red Green Blue C M Y K H S L
Decimal 7 65 59 0.89 0 0.09 0.75 173.79 0.81 0.14
Hex 7 41 3B 59 0 9 4B AE 51 E
Octal 7 101 73 131 0 11 113 256 121 16
Binary 111 1000001 111011 1011001 0 1001 1001011 10101110 1010001 1110

Color Harmonies of #07413B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07413B

Black with #07413B

Text Example


Text Example

White with #07413B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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