Html Css Color HEX #00483B Cyprus

📋 copy color: '#00483B'

red 0 ◦ green 72 ◦ blue 59

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

Shades of Cyprus #00483B

Tints of Cyprus #00483B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 45.04%

R = 0%
G = 54.96%
B = 45.04%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.18

 K value IS 0.72

RGB Variations

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

Color information

#00483B (or 0x00483B) is known color: Cyprus. HEX triplet: 00, 48 and 3B. RGB value is (0,72,59). Sum of RGB (Red+Green+Blue) = 0+72+59=131 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 131); Green value is 72 (28.52% from 255 or 54.96% from 131); Blue value is 59 (23.44% from 255 or 45.04% from 131); Max value from RGB is 72 - color contains mainly: green. Hex color #00483B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #00483B is #FFB7C4. Grayscale: #303030. Windows color (decimal): -16758725 or 3885056. OLE color: 3885056.

HSL color Cylindrical-coordinate representation of color #00483B: hue angle of 169.17º 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 #00483B is Cyan = 1, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.72.

Color convert

RGB 0 72 59 -
CMYK 1 0 0.18 0.72
HSL 169.17º 1% 0.14% -
HSV(B) 169.17º 1% 0.28% -
XYZ 3.11 4.95 4.93 -
YUV 48.99 133.65 93.06 -
System Red Green Blue C M Y K H S L
Decimal 0 72 59 1 0 0.18 0.72 169.17 1 0.14
Hex 0 48 3B 64 0 12 48 A9 64 E
Octal 0 110 73 144 0 22 110 251 144 16
Binary 0 1001000 111011 1100100 0 10010 1001000 10101001 1100100 1110

Color Harmonies of #00483B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00483B

Black with #00483B

Text Example


Text Example

White with #00483B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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