Html Css Color HEX #08483D Cyprus

📋 copy color: '#08483D'

red 8 ◦ green 72 ◦ blue 61

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

Shades of Cyprus #08483D

Tints of Cyprus #08483D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 43.26%

R = 5.67%
G = 51.06%
B = 43.26%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.15

 K value IS 0.72

RGB Variations

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

Color information

#08483D (or 0x08483D) is known color: Cyprus. HEX triplet: 08, 48 and 3D. RGB value is (8,72,61). Sum of RGB (Red+Green+Blue) = 8+72+61=141 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.67% from 141); Green value is 72 (28.52% from 255 or 51.06% from 141); Blue value is 61 (24.22% from 255 or 43.26% from 141); Max value from RGB is 72 - color contains mainly: green. Hex color #08483D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #08483D is #F7B7C2. Grayscale: #333333. Windows color (decimal): -16234435 or 4016136. OLE color: 4016136.

HSL color Cylindrical-coordinate representation of color #08483D: hue angle of 169.69º 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 #08483D is Cyan = 0.89, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.72.

Color convert

RGB 8 72 61 -
CMYK 0.89 0 0.15 0.72
HSL 169.69º 0.8% 0.16% -
HSV(B) 169.69º 0.89% 0.28% -
XYZ 3.26 5.02 5.21 -
YUV 51.61 133.3 96.89 -
System Red Green Blue C M Y K H S L
Decimal 8 72 61 0.89 0 0.15 0.72 169.69 0.8 0.16
Hex 8 48 3D 59 0 F 48 AA 50 10
Octal 10 110 75 131 0 17 110 252 120 20
Binary 1000 1001000 111101 1011001 0 1111 1001000 10101010 1010000 10000

Color Harmonies of #08483D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08483D

Black with #08483D

Text Example


Text Example

White with #08483D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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