Html Css Color HEX #08483F Cyprus

📋 copy color: '#08483F'

red 8 ◦ green 72 ◦ blue 63

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

Shades of Cyprus #08483F

Tints of Cyprus #08483F

RGB

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

 GREEN value IS 72 (28.52% from 255) = 50.35%

 BLUE value IS 63 (25% from 255) = 44.06%

R = 5.59%
G = 50.35%
B = 44.06%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.12

 K value IS 0.72

RGB Variations

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

Color information

#08483F (or 0x08483F) is known color: Cyprus. HEX triplet: 08, 48 and 3F. RGB value is (8,72,63). Sum of RGB (Red+Green+Blue) = 8+72+63=143 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.59% from 143); Green value is 72 (28.52% from 255 or 50.35% from 143); Blue value is 63 (25% from 255 or 44.06% from 143); Max value from RGB is 72 - color contains mainly: green. Hex color #08483F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #08483F is #F7B7C0. Grayscale: #333333. Windows color (decimal): -16234433 or 4147208. OLE color: 4147208.

HSL color Cylindrical-coordinate representation of color #08483F: hue angle of 171.56º degrees, saturation: 0.8, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #08483F is Cyan = 0.89, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.72.

Color convert

RGB 8 72 63 -
CMYK 0.89 0 0.12 0.72
HSL 171.56º 0.8% 0.16% -
HSV(B) 171.56º 0.89% 0.28% -
XYZ 3.31 5.05 5.5 -
YUV 51.84 134.3 96.73 -
System Red Green Blue C M Y K H S L
Decimal 8 72 63 0.89 0 0.12 0.72 171.56 0.8 0.16
Hex 8 48 3F 59 0 C 48 AC 50 10
Octal 10 110 77 131 0 14 110 254 120 20
Binary 1000 1001000 111111 1011001 0 1100 1001000 10101100 1010000 10000

Color Harmonies of #08483F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08483F

Black with #08483F

Text Example


Text Example

White with #08483F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #08483F; }

 p { color: rgb(8,72,63); }

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

background-color css

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

 a { background-color: rgb(8,72,63); }

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

border-color css

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

 span { border-color: rgb(8,72,63); }

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