Html Css Color HEX #137C32 Camarone

📋 copy color: '#137C32'

red 19 ◦ green 124 ◦ blue 50

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

Shades of Camarone #137C32

Tints of Camarone #137C32

RGB

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

 GREEN value IS 124 (48.83% from 255) = 64.25%

 BLUE value IS 50 (19.92% from 255) = 25.91%

R = 9.84%
G = 64.25%
B = 25.91%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.60

 K value IS 0.51

RGB Variations

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

Color information

#137C32 (or 0x137C32) is known color: Camarone. HEX triplet: 13, 7C and 32. RGB value is (19,124,50). Sum of RGB (Red+Green+Blue) = 19+124+50=193 (25% of max value = 765). Red value is 19 (7.81% from 255 or 9.84% from 193); Green value is 124 (48.83% from 255 or 64.25% from 193); Blue value is 50 (19.92% from 255 or 25.91% from 193); Max value from RGB is 124 - color contains mainly: green. Hex color #137C32 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #137C32 is #EC83CD. Grayscale: #545454. Windows color (decimal): -15500238 or 3308563. OLE color: 3308563.

HSL color Cylindrical-coordinate representation of color #137C32: hue angle of 137.71º degrees, saturation: 0.73, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #137C32 is Cyan = 0.85, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.51.

Color convert

RGB 19 124 50 -
CMYK 0.85 0 0.60 0.51
HSL 137.71º 0.73% 0.28% -
HSV(B) 137.71º 0.85% 0.49% -
XYZ 8.05 14.78 5.45 -
YUV 84.17 108.71 81.52 -
System Red Green Blue C M Y K H S L
Decimal 19 124 50 0.85 0 0.60 0.51 137.71 0.73 0.28
Hex 13 7C 32 55 0 3C 33 8A 49 1C
Octal 23 174 62 125 0 74 63 212 111 34
Binary 10011 1111100 110010 1010101 0 111100 110011 10001010 1001001 11100

Color Harmonies of #137C32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137C32

Black with #137C32

Text Example


Text Example

White with #137C32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #137C32; }

 p { color: rgb(19,124,50); }

 H1.HeaderClassName
 {
   color: #137C32;
 }
 .AnyTagClassName
 {
   color: #137C32;
 }
</style>

background-color css

<style>
 a { background-color: #137C32; }

 a { background-color: rgb(19,124,50); }

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

border-color css

<style>
 span { border-color: #137C32; }

 span { border-color: rgb(19,124,50); }

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