Html Css Color HEX #00483F Cyprus

📋 copy color: '#00483F'

red 0 ◦ green 72 ◦ blue 63

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

Shades of Cyprus #00483F

Tints of Cyprus #00483F

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

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

R = 0%
G = 53.33%
B = 46.67%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.12

 K value IS 0.72

RGB Variations

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

Color information

#00483F (or 0x00483F) is known color: Cyprus. HEX triplet: 00, 48 and 3F. RGB value is (0,72,63). Sum of RGB (Red+Green+Blue) = 0+72+63=135 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 135); Green value is 72 (28.52% from 255 or 53.33% from 135); Blue value is 63 (25% from 255 or 46.67% from 135); Max value from RGB is 72 - color contains mainly: green. Hex color #00483F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #00483F is #FFB7C0. Grayscale: #313131. Windows color (decimal): -16758721 or 4147200. OLE color: 4147200.

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

Color convert

RGB 0 72 63 -
CMYK 1 0 0.12 0.72
HSL 172.5º 1% 0.14% -
HSV(B) 172.5º 1% 0.28% -
XYZ 3.21 4.99 5.5 -
YUV 49.45 135.65 92.73 -
System Red Green Blue C M Y K H S L
Decimal 0 72 63 1 0 0.12 0.72 172.5 1 0.14
Hex 0 48 3F 64 0 C 48 AC 64 E
Octal 0 110 77 144 0 14 110 254 144 16
Binary 0 1001000 111111 1100100 0 1100 1001000 10101100 1100100 1110

Color Harmonies of #00483F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00483F

Black with #00483F

Text Example


Text Example

White with #00483F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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