Html Css Color HEX #00530C Myrtle

📋 copy color: '#00530C'

red 0 ◦ green 83 ◦ blue 12

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

Shades of Myrtle #00530C

Tints of Myrtle #00530C

RGB

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

 GREEN value IS 83 (32.81% from 255) = 87.37%

 BLUE value IS 12 (5.08% from 255) = 12.63%

R = 0%
G = 87.37%
B = 12.63%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.86

 K value IS 0.67

RGB Variations

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

Color information

#00530C (or 0x00530C) is known color: Myrtle. HEX triplet: 00, 53 and 0C. RGB value is (0,83,12). Sum of RGB (Red+Green+Blue) = 0+83+12=95 (12% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 95); Green value is 83 (32.81% from 255 or 87.37% from 95); Blue value is 12 (5.08% from 255 or 12.63% from 95); Max value from RGB is 83 - color contains mainly: green. Hex color #00530C is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #00530C is #FFACF3. Grayscale: #323232. Windows color (decimal): -16755956 or 807680. OLE color: 807680.

HSL color Cylindrical-coordinate representation of color #00530C: hue angle of 128.67º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00530C is Cyan = 1, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.67.

Color convert

RGB 0 83 12 -
CMYK 1 0 0.86 0.67
HSL 128.67º 1% 0.16% -
HSV(B) 128.67º 1% 0.33% -
XYZ 3.16 6.21 1.38 -
YUV 50.09 106.5 92.27 -
System Red Green Blue C M Y K H S L
Decimal 0 83 12 1 0 0.86 0.67 128.67 1 0.16
Hex 0 53 C 64 0 56 43 81 64 10
Octal 0 123 14 144 0 126 103 201 144 20
Binary 0 1010011 1100 1100100 0 1010110 1000011 10000001 1100100 10000

Color Harmonies of #00530C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00530C

Black with #00530C

Text Example


Text Example

White with #00530C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00530C; }

 p { color: rgb(0,83,12); }

 H1.HeaderClassName
 {
   color: #00530C;
 }
 .AnyTagClassName
 {
   color: #00530C;
 }
</style>

background-color css

<style>
 a { background-color: #00530C; }

 a { background-color: rgb(0,83,12); }

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

border-color css

<style>
 span { border-color: #00530C; }

 span { border-color: rgb(0,83,12); }

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