Html Css Color HEX #084341 Cyprus

📋 copy color: '#084341'

red 8 ◦ green 67 ◦ blue 65

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

Shades of Cyprus #084341

Tints of Cyprus #084341

RGB

 RED value IS 8 (3.52% from 255) = 5.71%

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

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

R = 5.71%
G = 47.86%
B = 46.43%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.03

 K value IS 0.74

RGB Variations

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

Color information

#084341 (or 0x084341) is known color: Cyprus. HEX triplet: 08, 43 and 41. RGB value is (8,67,65). Sum of RGB (Red+Green+Blue) = 8+67+65=140 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.71% from 140); Green value is 67 (26.56% from 255 or 47.86% from 140); Blue value is 65 (25.78% from 255 or 46.43% from 140); Max value from RGB is 67 - color contains mainly: green. Hex color #084341 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #084341 is #F7BCBE. Grayscale: #313131. Windows color (decimal): -16235711 or 4277000. OLE color: 4277000.

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

Color convert

RGB 8 67 65 -
CMYK 0.88 0 0.03 0.74
HSL 177.97º 0.79% 0.15% -
HSV(B) 177.97º 0.88% 0.26% -
XYZ 3.06 4.45 5.7 -
YUV 49.13 136.95 98.66 -
System Red Green Blue C M Y K H S L
Decimal 8 67 65 0.88 0 0.03 0.74 177.97 0.79 0.15
Hex 8 43 41 58 0 3 4A B2 4F F
Octal 10 103 101 130 0 3 112 262 117 17
Binary 1000 1000011 1000001 1011000 0 11 1001010 10110010 1001111 1111

Color Harmonies of #084341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #084341

Black with #084341

Text Example


Text Example

White with #084341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #084341; }

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

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

background-color css

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

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

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

border-color css

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

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

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