Html Css Color HEX #13F338 Malachite

📋 copy color: '#13F338'

red 19 ◦ green 243 ◦ blue 56

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

Shades of Malachite #13F338

Tints of Malachite #13F338

RGB

 RED value IS 19 (7.81% from 255) = 5.97%

 GREEN value IS 243 (95.31% from 255) = 76.42%

 BLUE value IS 56 (22.27% from 255) = 17.61%

R = 5.97%
G = 76.42%
B = 17.61%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.77

 K value IS 0.05

RGB Variations

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

Color information

#13F338 (or 0x13F338) is known color: Malachite. HEX triplet: 13, F3 and 38. RGB value is (19,243,56). Sum of RGB (Red+Green+Blue) = 19+243+56=318 (42% of max value = 765). Red value is 19 (7.81% from 255 or 5.97% from 318); Green value is 243 (95.31% from 255 or 76.42% from 318); Blue value is 56 (22.27% from 255 or 17.61% from 318); Max value from RGB is 243 - color contains mainly: green. Hex color #13F338 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #13F338 is #EC0CC7. Grayscale: #9B9B9B. Windows color (decimal): -15469768 or 3732243. OLE color: 3732243.

HSL color Cylindrical-coordinate representation of color #13F338: hue angle of 129.91º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #13F338 is Cyan = 0.92, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.05.

Color convert

RGB 19 243 56 -
CMYK 0.92 0 0.77 0.05
HSL 129.91º 0.9% 0.51% -
HSV(B) 129.91º 0.92% 0.95% -
XYZ 33.03 64.53 14.45 -
YUV 154.71 72.29 31.21 -
System Red Green Blue C M Y K H S L
Decimal 19 243 56 0.92 0 0.77 0.05 129.91 0.9 0.51
Hex 13 F3 38 5C 0 4D 5 82 5A 33
Octal 23 363 70 134 0 115 5 202 132 63
Binary 10011 11110011 111000 1011100 0 1001101 101 10000010 1011010 110011

Color Harmonies of #13F338

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13F338

Black with #13F338

Text Example


Text Example

White with #13F338

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #13F338; }

 p { color: rgb(19,243,56); }

 H1.HeaderClassName
 {
   color: #13F338;
 }
 .AnyTagClassName
 {
   color: #13F338;
 }
</style>

background-color css

<style>
 a { background-color: #13F338; }

 a { background-color: rgb(19,243,56); }

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

border-color css

<style>
 span { border-color: #13F338; }

 span { border-color: rgb(19,243,56); }

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