Html Css Color HEX #074341 Cyprus

📋 copy color: '#074341'

red 7 ◦ green 67 ◦ blue 65

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

Shades of Cyprus #074341

Tints of Cyprus #074341

RGB

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

 GREEN value IS 67 (26.56% from 255) = 48.2%

 BLUE value IS 65 (25.78% from 255) = 46.76%

R = 5.04%
G = 48.2%
B = 46.76%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.03

 K value IS 0.74

RGB Variations

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

Color information

#074341 (or 0x074341) is known color: Cyprus. HEX triplet: 07, 43 and 41. RGB value is (7,67,65). Sum of RGB (Red+Green+Blue) = 7+67+65=139 (18% of max value = 765). Red value is 7 (3.12% from 255 or 5.04% from 139); Green value is 67 (26.56% from 255 or 48.20% from 139); Blue value is 65 (25.78% from 255 or 46.76% from 139); Max value from RGB is 67 - color contains mainly: green. Hex color #074341 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #074341 is #F8BCBE. Grayscale: #303030. Windows color (decimal): -16301247 or 4276999. OLE color: 4276999.

HSL color Cylindrical-coordinate representation of color #074341: hue angle of 178º degrees, saturation: 0.81, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #074341 is Cyan = 0.90, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.74.

Color convert

RGB 7 67 65 -
CMYK 0.90 0 0.03 0.74
HSL 178º 0.81% 0.15% -
HSV(B) 178º 0.9% 0.26% -
XYZ 3.05 4.44 5.7 -
YUV 48.83 137.12 98.16 -
System Red Green Blue C M Y K H S L
Decimal 7 67 65 0.90 0 0.03 0.74 178 0.81 0.15
Hex 7 43 41 5A 0 3 4A B2 51 F
Octal 7 103 101 132 0 3 112 262 121 17
Binary 111 1000011 1000001 1011010 0 11 1001010 10110010 1010001 1111

Color Harmonies of #074341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #074341

Black with #074341

Text Example


Text Example

White with #074341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #074341; }

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

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

background-color css

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

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

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

border-color css

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

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

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