Html Css Color HEX #00483A Cyprus

📋 copy color: '#00483A'

red 0 ◦ green 72 ◦ blue 58

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

Shades of Cyprus #00483A

Tints of Cyprus #00483A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 44.62%

R = 0%
G = 55.38%
B = 44.62%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.19

 K value IS 0.72

RGB Variations

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

Color information

#00483A (or 0x00483A) is known color: Cyprus. HEX triplet: 00, 48 and 3A. RGB value is (0,72,58). Sum of RGB (Red+Green+Blue) = 0+72+58=130 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 130); Green value is 72 (28.52% from 255 or 55.38% from 130); Blue value is 58 (23.05% from 255 or 44.62% from 130); Max value from RGB is 72 - color contains mainly: green. Hex color #00483A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #00483A is #FFB7C5. Grayscale: #303030. Windows color (decimal): -16758726 or 3819520. OLE color: 3819520.

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

Color convert

RGB 0 72 58 -
CMYK 1 0 0.19 0.72
HSL 168.33º 1% 0.14% -
HSV(B) 168.33º 1% 0.28% -
XYZ 3.08 4.94 4.79 -
YUV 48.88 133.15 93.14 -
System Red Green Blue C M Y K H S L
Decimal 0 72 58 1 0 0.19 0.72 168.33 1 0.14
Hex 0 48 3A 64 0 13 48 A8 64 E
Octal 0 110 72 144 0 23 110 250 144 16
Binary 0 1001000 111010 1100100 0 10011 1001000 10101000 1100100 1110

Color Harmonies of #00483A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00483A

Black with #00483A

Text Example


Text Example

White with #00483A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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