Html Css Color HEX #08463C Cyprus

📋 copy color: '#08463C'

red 8 ◦ green 70 ◦ blue 60

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

Shades of Cyprus #08463C

Tints of Cyprus #08463C

RGB

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

 GREEN value IS 70 (27.73% from 255) = 50.72%

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

R = 5.8%
G = 50.72%
B = 43.48%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.14

 K value IS 0.73

RGB Variations

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

Color information

#08463C (or 0x08463C) is known color: Cyprus. HEX triplet: 08, 46 and 3C. RGB value is (8,70,60). Sum of RGB (Red+Green+Blue) = 8+70+60=138 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.80% from 138); Green value is 70 (27.73% from 255 or 50.72% from 138); Blue value is 60 (23.83% from 255 or 43.48% from 138); Max value from RGB is 70 - color contains mainly: green. Hex color #08463C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #08463C is #F7B9C3. Grayscale: #323232. Windows color (decimal): -16234948 or 3950088. OLE color: 3950088.

HSL color Cylindrical-coordinate representation of color #08463C: hue angle of 170.32º degrees, saturation: 0.79, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #08463C is Cyan = 0.89, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.73.

Color convert

RGB 8 70 60 -
CMYK 0.89 0 0.14 0.73
HSL 170.32º 0.79% 0.15% -
HSV(B) 170.32º 0.89% 0.27% -
XYZ 3.11 4.76 5.03 -
YUV 50.32 133.46 97.81 -
System Red Green Blue C M Y K H S L
Decimal 8 70 60 0.89 0 0.14 0.73 170.32 0.79 0.15
Hex 8 46 3C 59 0 E 49 AA 4F F
Octal 10 106 74 131 0 16 111 252 117 17
Binary 1000 1000110 111100 1011001 0 1110 1001001 10101010 1001111 1111

Color Harmonies of #08463C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08463C

Black with #08463C

Text Example


Text Example

White with #08463C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,70,60); }

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

background-color css

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

 a { background-color: rgb(8,70,60); }

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

border-color css

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

 span { border-color: rgb(8,70,60); }

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