Html Css Color HEX #07413D Cyprus

📋 copy color: '#07413D'

red 7 ◦ green 65 ◦ blue 61

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

Shades of Cyprus #07413D

Tints of Cyprus #07413D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 45.86%

R = 5.26%
G = 48.87%
B = 45.86%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.06

 K value IS 0.75

RGB Variations

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

Color information

#07413D (or 0x07413D) is known color: Cyprus. HEX triplet: 07, 41 and 3D. RGB value is (7,65,61). Sum of RGB (Red+Green+Blue) = 7+65+61=133 (17% of max value = 765). Red value is 7 (3.12% from 255 or 5.26% from 133); Green value is 65 (25.78% from 255 or 48.87% from 133); Blue value is 61 (24.22% from 255 or 45.86% from 133); Max value from RGB is 65 - color contains mainly: green. Hex color #07413D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #07413D is #F8BEC2. Grayscale: #2F2F2F. Windows color (decimal): -16301763 or 4014343. OLE color: 4014343.

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

Color convert

RGB 7 65 61 -
CMYK 0.89 0 0.06 0.75
HSL 175.86º 0.81% 0.14% -
HSV(B) 175.86º 0.89% 0.25% -
XYZ 2.82 4.16 5.07 -
YUV 47.2 135.78 99.33 -
System Red Green Blue C M Y K H S L
Decimal 7 65 61 0.89 0 0.06 0.75 175.86 0.81 0.14
Hex 7 41 3D 59 0 6 4B B0 51 E
Octal 7 101 75 131 0 6 113 260 121 16
Binary 111 1000001 111101 1011001 0 110 1001011 10110000 1010001 1110

Color Harmonies of #07413D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07413D

Black with #07413D

Text Example


Text Example

White with #07413D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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