Html Css Color HEX #07413C Cyprus

📋 copy color: '#07413C'

red 7 ◦ green 65 ◦ blue 60

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

Shades of Cyprus #07413C

Tints of Cyprus #07413C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 45.45%

R = 5.3%
G = 49.24%
B = 45.45%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.08

 K value IS 0.75

RGB Variations

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

Color information

#07413C (or 0x07413C) is known color: Cyprus. HEX triplet: 07, 41 and 3C. RGB value is (7,65,60). Sum of RGB (Red+Green+Blue) = 7+65+60=132 (17% of max value = 765). Red value is 7 (3.12% from 255 or 5.30% from 132); Green value is 65 (25.78% from 255 or 49.24% from 132); Blue value is 60 (23.83% from 255 or 45.45% from 132); Max value from RGB is 65 - color contains mainly: green. Hex color #07413C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #07413C is #F8BEC3. Grayscale: #2F2F2F. Windows color (decimal): -16301764 or 3948807. OLE color: 3948807.

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

Color convert

RGB 7 65 60 -
CMYK 0.89 0 0.08 0.75
HSL 174.83º 0.81% 0.14% -
HSV(B) 174.83º 0.89% 0.25% -
XYZ 2.79 4.15 4.93 -
YUV 47.09 135.28 99.41 -
System Red Green Blue C M Y K H S L
Decimal 7 65 60 0.89 0 0.08 0.75 174.83 0.81 0.14
Hex 7 41 3C 59 0 8 4B AF 51 E
Octal 7 101 74 131 0 10 113 257 121 16
Binary 111 1000001 111100 1011001 0 1000 1001011 10101111 1010001 1110

Color Harmonies of #07413C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07413C

Black with #07413C

Text Example


Text Example

White with #07413C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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